ama_layout 2.0.6 → 2.1.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4d7400a5ba3c1ee589a630bff13866ddb1e8ff8
|
4
|
+
data.tar.gz: 9c42b307528f3eacb1c9d17aafdb04369d304437
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 567c42c2dc1eefd73e8129001898225d0c764b9eefe4bfee999cff40211d27512831c306de75c97327125129f5bc135b88ea05e72562ee3d482d258b0da1324d
|
7
|
+
data.tar.gz: ca2beabb1260b56a6bae0947c5415f63a95c610b028ac3111e72d2f9da1fc4c04542517249b9d7155e78895db7529146a1c47843abf6b45f5f944249c2e028b4
|
@@ -15,9 +15,12 @@ member:
|
|
15
15
|
link: "<%= Rails.configuration.youraccount_site %>/billing"
|
16
16
|
- text: "Print/Request New Card"
|
17
17
|
link: "<%= Rails.configuration.youraccount_site %>/membership"
|
18
|
-
- text: "
|
19
|
-
link: "
|
18
|
+
- text: "Driver Education"
|
19
|
+
link: "#"
|
20
20
|
icon: "fa-car"
|
21
|
+
sub_nav:
|
22
|
+
- text: "New Driver Online Course"
|
23
|
+
link: "<%= Rails.configuration.driveredonline_site %>"
|
21
24
|
- text: "My Reward Dollars"
|
22
25
|
link: "<%= Rails.configuration.youraccount_site %>/reward_dollars"
|
23
26
|
icon: "fa-usd"
|
@@ -46,8 +49,11 @@ non-member:
|
|
46
49
|
link: "<%= Rails.configuration.membership_site %>"
|
47
50
|
icon: "fa-credit-card"
|
48
51
|
- text: "Driver Education"
|
49
|
-
link: "
|
52
|
+
link: "#"
|
50
53
|
icon: "fa-car"
|
54
|
+
sub_nav:
|
55
|
+
- text: "New Driver Online Course"
|
56
|
+
link: "<%= Rails.configuration.driveredonline_site %>"
|
51
57
|
- text: "Change Email/Password"
|
52
58
|
link: "<%= Rails.configuration.gatekeeper_site %>/user/edit"
|
53
59
|
icon: "fa-cogs"
|
@@ -60,8 +66,11 @@ member-in-renewal:
|
|
60
66
|
link: "<%= Rails.configuration.youraccount_site %>/renew"
|
61
67
|
icon: "fa-credit-card"
|
62
68
|
- text: "Driver Education"
|
63
|
-
link: "
|
69
|
+
link: "#"
|
64
70
|
icon: "fa-car"
|
71
|
+
sub_nav:
|
72
|
+
- text: "New Driver Online Course"
|
73
|
+
link: "<%= Rails.configuration.driveredonline_site %>"
|
65
74
|
member-in-renewal-late:
|
66
75
|
- text: "Account Dashboard"
|
67
76
|
alt: "Back to my dashboard"
|
@@ -71,5 +80,8 @@ member-in-renewal-late:
|
|
71
80
|
link: "<%= Rails.configuration.youraccount_site %>/renew"
|
72
81
|
icon: "fa-credit-card"
|
73
82
|
- text: "Driver Education"
|
74
|
-
link: "
|
83
|
+
link: "#"
|
75
84
|
icon: "fa-car"
|
85
|
+
sub_nav:
|
86
|
+
- text: "New Driver Online Course"
|
87
|
+
link: "<%= Rails.configuration.driveredonline_site %>"
|
data/lib/ama_layout/version.rb
CHANGED
@@ -29,8 +29,8 @@ describe AmaLayout::Navigation do
|
|
29
29
|
expect(subject.items[1].link).to eq "#"
|
30
30
|
expect(subject.items[1].icon).to eq "fa-credit-card"
|
31
31
|
|
32
|
-
expect(subject.items[2].text).to eq "
|
33
|
-
expect(subject.items[2].link).to eq "#
|
32
|
+
expect(subject.items[2].text).to eq "Driver Education"
|
33
|
+
expect(subject.items[2].link).to eq "#"
|
34
34
|
expect(subject.items[2].icon).to eq "fa-car"
|
35
35
|
|
36
36
|
expect(subject.items[3].text).to eq "My Reward Dollars"
|
@@ -64,7 +64,7 @@ describe AmaLayout::Navigation do
|
|
64
64
|
expect(subject.items[1].icon).to eq "fa-credit-card"
|
65
65
|
|
66
66
|
expect(subject.items[2].text).to eq "Driver Education"
|
67
|
-
expect(subject.items[2].link).to eq "#
|
67
|
+
expect(subject.items[2].link).to eq "#"
|
68
68
|
expect(subject.items[2].icon).to eq "fa-car"
|
69
69
|
|
70
70
|
expect(subject.items[3].text).to eq "Change Email/Password"
|
@@ -89,7 +89,7 @@ describe AmaLayout::Navigation do
|
|
89
89
|
expect(subject.items[1].icon).to eq "fa-credit-card"
|
90
90
|
|
91
91
|
expect(subject.items[2].text).to eq "Driver Education"
|
92
|
-
expect(subject.items[2].link).to eq "#
|
92
|
+
expect(subject.items[2].link).to eq "#"
|
93
93
|
expect(subject.items[2].icon).to eq "fa-car"
|
94
94
|
end
|
95
95
|
end
|
@@ -110,7 +110,7 @@ describe AmaLayout::Navigation do
|
|
110
110
|
expect(subject.items[1].icon).to eq "fa-credit-card"
|
111
111
|
|
112
112
|
expect(subject.items[2].text).to eq "Driver Education"
|
113
|
-
expect(subject.items[2].link).to eq
|
113
|
+
expect(subject.items[2].link).to eq "#"
|
114
114
|
expect(subject.items[2].icon).to eq "fa-car"
|
115
115
|
end
|
116
116
|
end
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ama_layout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael van den Beuken
|
@@ -17,7 +17,7 @@ authors:
|
|
17
17
|
autorequire:
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
|
-
date: 2015-11-
|
20
|
+
date: 2015-11-26 00:00:00.000000000 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
name: foundation-rails
|
@@ -336,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
336
336
|
version: '0'
|
337
337
|
requirements: []
|
338
338
|
rubyforge_project:
|
339
|
-
rubygems_version: 2.2.
|
339
|
+
rubygems_version: 2.2.0
|
340
340
|
signing_key:
|
341
341
|
specification_version: 4
|
342
342
|
summary: ".ama.ab.ca site layouts"
|