forever_style_guide 3.2.2 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5480caec1052eb809979666ed1d59edfd8f310e5
4
- data.tar.gz: e751e01742443b8e07b58b92888f94481ee956a5
3
+ metadata.gz: 592b476b4337db122613b085497948cc1e699564
4
+ data.tar.gz: efc9f7c6a068ef5dd38d02bf09772ce849fd19f0
5
5
  SHA512:
6
- metadata.gz: 510df50e40be8c77100270ed6580b2b1abf719974318b31acd1c94b0bcfda4a5fea03f8a7f9a2b016cc44614cb6d804d9fc4b2978cd73a5f56a110ad7690b49a
7
- data.tar.gz: 3d9f728fd37577b28c51e45c70c56c596a666fa58cfc080bd358ef1eb2ab4cf26248083d0d635633c253e01abfbb2beac16928d99c4fa22fc2e55204a4b5d81e
6
+ metadata.gz: d899abc4019f50b302e2fd231b7649b4957c12f14fdd54f200aad98e7f96391e05901b1dab9feccd971f7af9ff96f60623d1a045e3e6ce9c09548805edcea197
7
+ data.tar.gz: baf22504a4aa290cc7b68b39a53d8116b9157532194f3084f308bdf4f0795ecbbb402163891ee405294786b9e52984ef9306389a6144fbcdbfce34331a78ea06
@@ -198,8 +198,8 @@ module ForeverStyleGuide
198
198
  www_url('/forever_storage')
199
199
  end
200
200
 
201
- def app_url
202
- www_url('/app')
201
+ def mobile_url
202
+ www_url('/mobile')
203
203
  end
204
204
 
205
205
  def valet_url
@@ -30,7 +30,7 @@
30
30
  </li>
31
31
 
32
32
  <li>
33
- <%= link_to 'Mobile Apps', app_url, class: 'dropdown-menu-nav-link', title: 'Download Forever Mobile Apps' %>
33
+ <%= link_to 'Mobile Apps', mobile_url, class: 'dropdown-menu-nav-link', title: 'Download Forever Mobile Apps' %>
34
34
  <small class="dropdown-menu-nav-link-subhead">for iOS and Android</small>
35
35
  </li>
36
36
 
@@ -117,7 +117,7 @@
117
117
  </li>
118
118
 
119
119
  <li>
120
- <%= link_to '- Photo Prints', photo_prints_url, class: 'dropdown-menu-nav-link', title: 'Print Photos for Pickup at Walgreens® or Duane Reade®' %> <small class="color-orange">NEW!</small>
120
+ <%= link_to '- Photo Prints', photo_prints_url, class: 'dropdown-menu-nav-link', title: 'Print Photos for Pickup at Walgreens® or Duane Reade®' %>
121
121
  </li>
122
122
  </ul>
123
123
  </li>
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.2.2"
2
+ VERSION = "3.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forever_style_guide
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
4
+ version: 3.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-20 00:00:00.000000000 Z
11
+ date: 2017-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails