forever_style_guide 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c9be9066464149551a5db14355520be3e188cc7
4
- data.tar.gz: ea8f8bae23ebbd94fbe2ea152e0963255f7cd92f
3
+ metadata.gz: be7cec547de3f5fd84c8164950f0498d970234c9
4
+ data.tar.gz: dfd55236364876f19a0a9ef2e8503c8764051520
5
5
  SHA512:
6
- metadata.gz: 476a87dc79266beaafd87d3f65ff6c27e65b92ad61fde07110835df55f8d1bcce91e3e07cfb85562480dc7702bc624c20475f6df77726e091afceb54ae7a145f
7
- data.tar.gz: 21cd2c50480140cc41e477c3a87b207f7174813daaab0c48e6fe60657a9788e57cdb611bba898c8603cb51ba49147635765c041be7e20351f709a674fed4dce6
6
+ metadata.gz: 487b5c5240e9ea8cda0cd1b149da959a6ad56e654a921340a6c26508e1c09eced9073df5f0ae9964cc7b6acac5d81552e62480edcbbd02db5926c5a609adb118
7
+ data.tar.gz: a907bbae5da08941f240682edfd39b9de81995d5a77480f439a29a56424b5e86e2d93cd97942826f09a42fbc38beb662107d9498fe20b4e88fa419426537d7a3
@@ -50,8 +50,8 @@
50
50
 
51
51
  <% if current_ambassador.phone %>
52
52
  <div class="col-grid-float-6">
53
- <%= link_to ('tel:+' + current_ambassador.phone), title: 'Call' + current_ambassador.name, class: 'btn btn-default btn-link btn-action dropdown-ambassador-contact_btn' do %>
54
- <i class="fa fa-phone btn-action-icon"></i><span class="btn-action-label"><%= current_ambassador.phone %></span>
53
+ <%= link_to ('tel:+' + number_to_phone(current_ambassador.phone)), title: 'Call ' + current_ambassador.name, class: 'btn btn-default btn-link btn-action dropdown-ambassador-contact_btn' do %>
54
+ <i class="fa fa-phone btn-action-icon"></i><span class="btn-action-label"><%= number_to_phone(current_ambassador.phone) %></span>
55
55
  <% end %>
56
56
  </div>
57
57
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.0.4"
2
+ VERSION = "3.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forever_style_guide
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay