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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 592b476b4337db122613b085497948cc1e699564
|
|
4
|
+
data.tar.gz: efc9f7c6a068ef5dd38d02bf09772ce849fd19f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d899abc4019f50b302e2fd231b7649b4957c12f14fdd54f200aad98e7f96391e05901b1dab9feccd971f7af9ff96f60623d1a045e3e6ce9c09548805edcea197
|
|
7
|
+
data.tar.gz: baf22504a4aa290cc7b68b39a53d8116b9157532194f3084f308bdf4f0795ecbbb402163891ee405294786b9e52984ef9306389a6144fbcdbfce34331a78ea06
|
data/app/views/forever_style_guide/sections/components/navigation/_nav_products_dropdown.erb
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</li>
|
|
31
31
|
|
|
32
32
|
<li>
|
|
33
|
-
<%= link_to '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®' %>
|
|
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>
|
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.
|
|
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-
|
|
11
|
+
date: 2017-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|