ama_layout 10.0.1 → 11.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +45 -0
- data/Dangerfile +19 -0
- data/ama_layout.gemspec +1 -1
- data/app/assets/javascripts/ama_layout/desktop/foundation-custom.js +1 -0
- data/app/helpers/ama_layout_breadcrumb_helper.rb +7 -1
- data/app/helpers/ama_layout_content_helper.rb +28 -17
- data/app/helpers/ama_layout_partial_helper.rb +11 -0
- data/app/views/ama_layout/{_alert.html.erb → v2/_alert.html.erb} +0 -0
- data/app/views/ama_layout/{_applogo.html.erb → v2/_applogo.html.erb} +0 -0
- data/app/views/ama_layout/{_breadcrumbs.html.erb → v2/_breadcrumbs.html.erb} +0 -0
- data/app/views/ama_layout/{_custom_nav_links.html.erb → v2/_custom_nav_links.html.erb} +0 -0
- data/app/views/ama_layout/{_custom_sidebar.html.erb → v2/_custom_sidebar.html.erb} +0 -0
- data/app/views/ama_layout/v2/_font.html.erb +1 -0
- data/app/views/ama_layout/v2/_font_awesome_pro_kit.html.erb +3 -0
- data/app/views/ama_layout/{_footer.html.erb → v2/_footer.html.erb} +0 -0
- data/app/views/ama_layout/{_main_nav_item.html.erb → v2/_main_nav_item.html.erb} +0 -0
- data/app/views/ama_layout/{_main_top_nav_item.html.erb → v2/_main_top_nav_item.html.erb} +0 -0
- data/app/views/ama_layout/{_manage_credit_card_link.html.erb → v2/_member_links.html.erb} +3 -0
- data/app/views/ama_layout/{_mobile_links.html.erb → v2/_mobile_links.html.erb} +0 -0
- data/app/views/ama_layout/{_mobile_notification_icon.html.erb → v2/_mobile_notification_icon.html.erb} +0 -0
- data/app/views/ama_layout/{_notice.html.erb → v2/_notice.html.erb} +0 -0
- data/app/views/ama_layout/{_notices.html.erb → v2/_notices.html.erb} +0 -0
- data/app/views/ama_layout/{_notification.html.erb → v2/_notification.html.erb} +0 -0
- data/app/views/ama_layout/{_notification_icon.html.erb → v2/_notification_icon.html.erb} +0 -0
- data/app/views/ama_layout/{_notification_sidebar.html.erb → v2/_notification_sidebar.html.erb} +1 -1
- data/app/views/ama_layout/{_sidebar.html.erb → v2/_sidebar.html.erb} +0 -0
- data/app/views/ama_layout/{_sign_out_link.html.erb → v2/_sign_out_link.html.erb} +0 -0
- data/app/views/ama_layout/{_siteheader.html.erb → v2/_siteheader.html.erb} +0 -0
- data/app/views/ama_layout/{_sub_nav.html.erb → v2/_sub_nav.html.erb} +0 -0
- data/app/views/ama_layout/{_sub_nav_item.html.erb → v2/_sub_nav_item.html.erb} +0 -0
- data/app/views/ama_layout/{_success.html.erb → v2/_success.html.erb} +0 -0
- data/app/views/ama_layout/{_top_nav.html.erb → v2/_top_nav.html.erb} +2 -5
- data/app/views/ama_layout/{_top_sub_nav.html.erb → v2/_top_sub_nav.html.erb} +0 -0
- data/app/views/ama_layout/{_top_sub_nav_item.html.erb → v2/_top_sub_nav_item.html.erb} +0 -0
- data/app/views/ama_layout/v3/_alert.html.erb +5 -0
- data/app/views/ama_layout/v3/_applogo.html.erb +3 -0
- data/app/views/ama_layout/v3/_breadcrumbs.html.erb +3 -0
- data/app/views/ama_layout/v3/_custom_nav_links.html.erb +0 -0
- data/app/views/ama_layout/v3/_custom_sidebar.html.erb +1 -0
- data/app/views/ama_layout/v3/_font.html.erb +2 -0
- data/app/views/ama_layout/v3/_font_awesome_pro_kit.html.erb +3 -0
- data/app/views/ama_layout/v3/_footer.html.erb +69 -0
- data/app/views/ama_layout/v3/_main_nav_item.html.erb +6 -0
- data/app/views/ama_layout/v3/_main_top_nav_item.html.erb +4 -0
- data/app/views/ama_layout/v3/_member_links.html.erb +6 -0
- data/app/views/ama_layout/v3/_mobile_links.html.erb +19 -0
- data/app/views/ama_layout/v3/_mobile_notification_icon.html.erb +4 -0
- data/app/views/ama_layout/v3/_notice.html.erb +5 -0
- data/app/views/ama_layout/v3/_notices.html.erb +3 -0
- data/app/views/ama_layout/v3/_notification.html.erb +10 -0
- data/app/views/ama_layout/v3/_notification_icon.html.erb +6 -0
- data/app/views/ama_layout/v3/_notification_sidebar.html.erb +22 -0
- data/app/views/ama_layout/v3/_sidebar.html.erb +8 -0
- data/app/views/ama_layout/v3/_sign_out_link.html.erb +3 -0
- data/app/views/ama_layout/v3/_siteheader.html.erb +37 -0
- data/app/views/ama_layout/v3/_sub_nav.html.erb +3 -0
- data/app/views/ama_layout/v3/_sub_nav_item.html.erb +3 -0
- data/app/views/ama_layout/v3/_success.html.erb +5 -0
- data/app/views/ama_layout/v3/_top_nav.html.erb +16 -0
- data/app/views/ama_layout/v3/_top_sub_nav.html.erb +3 -0
- data/app/views/ama_layout/v3/_top_sub_nav_item.html.erb +3 -0
- data/config.ru +1 -1
- data/lib/ama_layout/ama_layout_view.rb +6 -0
- data/lib/ama_layout/decorators/agent/navigation_decorator.rb +5 -3
- data/lib/ama_layout/decorators/navigation_decorator.rb +9 -9
- data/lib/ama_layout/draper_replacement.rb +6 -0
- data/lib/ama_layout/moneris.rb +10 -1
- data/lib/ama_layout/moneris/{textbox.txt → v2/textbox.txt} +0 -0
- data/lib/ama_layout/moneris/v3/textbox.txt +62 -0
- data/lib/ama_layout/navigation.yml +2 -2
- data/lib/ama_layout/version.rb +1 -1
- data/spec/ama_layout/decorators/moneris_decorator_spec.rb +10 -7
- data/spec/ama_layout/decorators/navigation_decorator_spec.rb +8 -7
- data/spec/ama_layout/moneris_spec.rb +22 -3
- data/spec/helpers/ama_layout_content_helper_spec.rb +64 -62
- data/spec/spec_helper.rb +3 -1
- metadata +65 -33
- data/.travis.yml +0 -6
@@ -136,14 +136,15 @@ describe AmaLayout::NavigationDecorator do
|
|
136
136
|
end
|
137
137
|
end
|
138
138
|
|
139
|
-
describe '#
|
139
|
+
describe '#member_links' do
|
140
140
|
let(:navigation) { FactoryBot.build(:navigation, user: user) }
|
141
|
+
let(:member_links) { navigation_presenter.member_links }
|
141
142
|
|
142
143
|
context 'nil user' do
|
143
144
|
let(:user) {}
|
144
145
|
|
145
146
|
it 'returns nothing' do
|
146
|
-
expect(
|
147
|
+
expect(member_links).to eq('')
|
147
148
|
end
|
148
149
|
end
|
149
150
|
|
@@ -151,7 +152,7 @@ describe AmaLayout::NavigationDecorator do
|
|
151
152
|
let(:user) { FactoryBot.build(:user, :non_member) }
|
152
153
|
|
153
154
|
it 'returns nothing' do
|
154
|
-
expect(
|
155
|
+
expect(member_links).to eq('')
|
155
156
|
end
|
156
157
|
end
|
157
158
|
|
@@ -159,7 +160,7 @@ describe AmaLayout::NavigationDecorator do
|
|
159
160
|
let(:user) { FactoryBot.build(:user, :in_renewal_late) }
|
160
161
|
|
161
162
|
it 'returns nothing' do
|
162
|
-
expect(
|
163
|
+
expect(member_links).to eq('')
|
163
164
|
end
|
164
165
|
end
|
165
166
|
|
@@ -167,7 +168,7 @@ describe AmaLayout::NavigationDecorator do
|
|
167
168
|
let(:user) { FactoryBot.build(:user, :outstanding_balance) }
|
168
169
|
|
169
170
|
it 'returns the manage credit cards link' do
|
170
|
-
expect(
|
171
|
+
expect(member_links).to include('Manage Credit Cards')
|
171
172
|
end
|
172
173
|
end
|
173
174
|
|
@@ -175,7 +176,7 @@ describe AmaLayout::NavigationDecorator do
|
|
175
176
|
let(:user) { FactoryBot.build(:user) }
|
176
177
|
|
177
178
|
it 'returns the manage credit cards link' do
|
178
|
-
expect(
|
179
|
+
expect(member_links).to include('Manage Credit Cards')
|
179
180
|
end
|
180
181
|
end
|
181
182
|
|
@@ -183,7 +184,7 @@ describe AmaLayout::NavigationDecorator do
|
|
183
184
|
let(:user) { FactoryBot.build(:user, :in_renewal) }
|
184
185
|
|
185
186
|
it 'returns the manage credit cards link' do
|
186
|
-
expect(
|
187
|
+
expect(member_links).to include('Manage Credit Cards')
|
187
188
|
end
|
188
189
|
end
|
189
190
|
end
|
@@ -1,8 +1,27 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
describe AmaLayout::Moneris do
|
4
|
+
describe '#textbox_style_file' do
|
5
|
+
around(:each) do |example|
|
6
|
+
current_version = Rails.configuration.stylesheet_resolver.version
|
7
|
+
Rails.configuration.stylesheet_resolver.version = version
|
8
|
+
example.run
|
9
|
+
Rails.configuration.stylesheet_resolver.version = current_version
|
10
|
+
end
|
11
|
+
context 'v2' do
|
12
|
+
let(:version) { 'v2' }
|
13
|
+
|
14
|
+
it 'returns the correct file path' do
|
15
|
+
expect(subject.textbox_style_file).to include("lib/ama_layout/moneris/#{version}/textbox.txt")
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
context 'v3' do
|
20
|
+
let(:version) { 'v3' }
|
2
21
|
|
3
|
-
|
4
|
-
|
5
|
-
|
22
|
+
it 'returns the correct file path' do
|
23
|
+
expect(subject.textbox_style_file).to include("lib/ama_layout/moneris/#{version}/textbox.txt")
|
24
|
+
end
|
6
25
|
end
|
7
26
|
end
|
8
27
|
end
|
@@ -1,159 +1,161 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
describe AmaLayoutContentHelper do
|
2
|
-
let(:greeting) {
|
3
|
-
let(:site_name) {
|
4
|
-
let(:site_domain) {
|
4
|
+
let(:greeting) { 'DJ Funky Fresh' }
|
5
|
+
let(:site_name) { 'Waffle Emporium' }
|
6
|
+
let(:site_domain) { 'http://waffleemporium.ca' }
|
5
7
|
let(:site_url) { "#{site_domain}/wafflesauce" }
|
6
8
|
let(:nav_item) { FactoryBot.build(:navigation_item) }
|
7
9
|
|
8
|
-
describe
|
9
|
-
it
|
10
|
+
describe '#greeting' do
|
11
|
+
it 'returns the greeting set in the domain cookie' do
|
10
12
|
helper.request.cookies[:logged_in_meta] = greeting
|
11
13
|
expect(helper.greeting).to eq greeting
|
12
14
|
end
|
13
15
|
end
|
14
16
|
|
15
|
-
describe
|
16
|
-
it
|
17
|
+
describe '#utm_source' do
|
18
|
+
it 'returns the downcased character-only representation of the site name' do
|
17
19
|
allow(Rails.configuration).to receive(:site_name).and_return(site_name)
|
18
|
-
expect(helper.utm_source).to eq site_name.downcase.gsub(/\W/,
|
20
|
+
expect(helper.utm_source).to eq site_name.downcase.gsub(/\W/, '')
|
19
21
|
end
|
20
22
|
end
|
21
23
|
|
22
|
-
describe
|
23
|
-
it
|
24
|
+
describe '#active_section' do
|
25
|
+
it 'returns active if request include the path' do
|
24
26
|
allow_any_instance_of(ActionController::TestRequest).to receive(:fullpath).and_return("#{site_domain}/gotica")
|
25
|
-
expect(helper.active_section(nav_item)).to eq
|
27
|
+
expect(helper.active_section(nav_item)).to eq 'activepage'
|
26
28
|
end
|
27
29
|
|
28
|
-
it
|
30
|
+
it 'returns nil if request does not include the path' do
|
29
31
|
expect(helper.active_section(nav_item)).to eq nil
|
30
32
|
end
|
31
33
|
end
|
32
34
|
|
33
|
-
describe
|
35
|
+
describe '#active_page' do
|
34
36
|
before(:each) do
|
35
37
|
allow(helper.request).to receive(:fullpath).and_return(site_url)
|
36
38
|
end
|
37
39
|
|
38
|
-
it
|
39
|
-
expect(helper.active_page(site_url)).to eq
|
40
|
+
it 'returns active if the given path matches the request path' do
|
41
|
+
expect(helper.active_page(site_url)).to eq 'activepage'
|
40
42
|
end
|
41
43
|
|
42
|
-
it
|
43
|
-
expect(helper.active_page(
|
44
|
+
it 'returns nothing if the given patch does not match the request path' do
|
45
|
+
expect(helper.active_page('http://waffleemporium.ca/ecuaselffaw')).to be_nil
|
44
46
|
end
|
45
47
|
end
|
46
48
|
|
47
|
-
describe
|
49
|
+
describe '#active_domain' do
|
48
50
|
before(:each) do
|
49
51
|
allow(helper.request).to receive(:url).and_return(site_url)
|
50
52
|
end
|
51
53
|
|
52
|
-
it
|
53
|
-
expect(helper.active_domain(site_domain)).to eq
|
54
|
+
it 'returns active if the request domain matches the given domain' do
|
55
|
+
expect(helper.active_domain(site_domain)).to eq 'active'
|
54
56
|
end
|
55
57
|
|
56
|
-
it
|
57
|
-
expect(helper.active_domain(
|
58
|
+
it 'returns nothing if the request domain does not match the given domain' do
|
59
|
+
expect(helper.active_domain('http://pancakeemporium.ca')).to be_nil
|
58
60
|
end
|
59
61
|
end
|
60
62
|
|
61
|
-
describe
|
62
|
-
it
|
63
|
-
expect(helper.renew_or_join_path(true)).to eq
|
63
|
+
describe '#renew_or_join_path' do
|
64
|
+
it 'returns nothing if the visitor is logged in' do
|
65
|
+
expect(helper.renew_or_join_path(true)).to eq ''
|
64
66
|
end
|
65
67
|
|
66
|
-
it
|
67
|
-
expect(helper.renew_or_join_path(false)).to include
|
68
|
+
it 'returns the join link if the visitor is not logged in' do
|
69
|
+
expect(helper.renew_or_join_path(false)).to include 'Become a Member'
|
68
70
|
end
|
69
71
|
end
|
70
72
|
|
71
|
-
describe
|
72
|
-
it
|
73
|
-
expect(helper.gift_or_pricing_path(true)).to eq
|
73
|
+
describe '#gift_or_pricing_path' do
|
74
|
+
it 'returns nothing if the visitor is logged in' do
|
75
|
+
expect(helper.gift_or_pricing_path(true)).to eq ''
|
74
76
|
end
|
75
77
|
|
76
|
-
it
|
77
|
-
expect(helper.gift_or_pricing_path(false)).to include
|
78
|
+
it 'returns the gift link if the visitor is not logged in' do
|
79
|
+
expect(helper.gift_or_pricing_path(false)).to include 'Gift Membership'
|
78
80
|
end
|
79
81
|
end
|
80
82
|
|
81
|
-
describe
|
83
|
+
describe '#dropdown_menu' do
|
82
84
|
let(:render_args) do
|
83
|
-
{ partial:
|
85
|
+
{ partial: 'ama_layout/v3/dropdown_menu', locals: { logged_in: true, greeting: greeting } }
|
84
86
|
end
|
85
87
|
|
86
|
-
it
|
88
|
+
it 'renders the dropdown menu if the visitor is logged in' do
|
87
89
|
expect(helper).to receive(:render).with(render_args)
|
88
90
|
helper.dropdown_menu(true, greeting)
|
89
91
|
end
|
90
92
|
|
91
|
-
it
|
92
|
-
expect(helper.dropdown_menu(false, greeting)).to eq
|
93
|
+
it 'does not render the dropdown menu if the visitor is not logged in' do
|
94
|
+
expect(helper.dropdown_menu(false, greeting)).to eq ''
|
93
95
|
end
|
94
96
|
end
|
95
97
|
|
96
|
-
describe
|
98
|
+
describe '#tablet_menu' do
|
97
99
|
let(:render_args) do
|
98
|
-
{ partial:
|
100
|
+
{ partial: 'ama_layout/v3/tablet_menu', locals: { logged_in: true, greeting: greeting } }
|
99
101
|
end
|
100
102
|
|
101
|
-
it
|
103
|
+
it 'renders the tablet menu if the visitor is logged in' do
|
102
104
|
expect(helper).to receive(:render).with(render_args)
|
103
105
|
helper.tablet_menu(true, greeting)
|
104
106
|
end
|
105
107
|
|
106
|
-
it
|
107
|
-
expect(helper.tablet_menu(false, greeting)).to eq
|
108
|
+
it 'does not render the tablet menu if the visitor is not logged in' do
|
109
|
+
expect(helper.tablet_menu(false, greeting)).to eq ''
|
108
110
|
end
|
109
111
|
end
|
110
112
|
|
111
|
-
describe
|
112
|
-
it
|
113
|
-
expect(helper).to receive(:render).with(
|
113
|
+
describe '#tablet_signout' do
|
114
|
+
it 'renders a signout link if the visitor is logged in' do
|
115
|
+
expect(helper).to receive(:render).with('ama_layout/v3/tablet_signout')
|
114
116
|
helper.tablet_signout(true)
|
115
117
|
end
|
116
118
|
|
117
|
-
it
|
118
|
-
expect(helper.tablet_signout(false)).to eq
|
119
|
+
it 'does not render the tablet menu if the visitor is not logged in' do
|
120
|
+
expect(helper.tablet_signout(false)).to eq ''
|
119
121
|
end
|
120
122
|
end
|
121
123
|
|
122
|
-
describe
|
123
|
-
let(:message) {
|
124
|
+
describe '#notice' do
|
125
|
+
let(:message) { 'This is a notice.' }
|
124
126
|
|
125
|
-
it
|
126
|
-
expect(helper).to receive(:render).with partial:
|
127
|
+
it 'renders the notice partial if a notice is present' do
|
128
|
+
expect(helper).to receive(:render).with partial: 'ama_layout/v3/notice', locals: { message: message }
|
127
129
|
helper.notice(message)
|
128
130
|
end
|
129
131
|
|
130
|
-
it
|
132
|
+
it 'does not render the notice partial if a notice is not present' do
|
131
133
|
expect(helper.notice(nil)).to be_nil
|
132
134
|
end
|
133
135
|
end
|
134
136
|
|
135
|
-
describe
|
136
|
-
let(:message) {
|
137
|
+
describe '#alert' do
|
138
|
+
let(:message) { 'This is an alert.' }
|
137
139
|
|
138
|
-
it
|
139
|
-
expect(helper).to receive(:render).with partial:
|
140
|
+
it 'renders the alert partial if a alert is present' do
|
141
|
+
expect(helper).to receive(:render).with partial: 'ama_layout/v3/alert', locals: { message: message }
|
140
142
|
helper.alert(message)
|
141
143
|
end
|
142
144
|
|
143
|
-
it
|
145
|
+
it 'does not render the alert partial if a alert is not present' do
|
144
146
|
expect(helper.notice(nil)).to be_nil
|
145
147
|
end
|
146
148
|
end
|
147
149
|
|
148
|
-
describe
|
149
|
-
let(:message) {
|
150
|
+
describe '#success_message' do
|
151
|
+
let(:message) { 'This is a success message' }
|
150
152
|
|
151
|
-
it
|
152
|
-
expect(helper).to receive(:render).with partial:
|
153
|
+
it 'renders the success partial if a success message is present' do
|
154
|
+
expect(helper).to receive(:render).with partial: 'ama_layout/v3/success', locals: { message: message }
|
153
155
|
helper.success_message(message)
|
154
156
|
end
|
155
157
|
|
156
|
-
it
|
158
|
+
it 'does not render the success partial if the success message is not present' do
|
157
159
|
expect(helper.success_message(nil)).to be_nil
|
158
160
|
end
|
159
161
|
end
|
data/spec/spec_helper.rb
CHANGED
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:
|
4
|
+
version: 11.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Darko Dosenovic
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2020-
|
16
|
+
date: 2020-08-19 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: breadcrumbs_on_rails
|
@@ -89,16 +89,16 @@ dependencies:
|
|
89
89
|
name: bundler
|
90
90
|
requirement: !ruby/object:Gem::Requirement
|
91
91
|
requirements:
|
92
|
-
- - "
|
92
|
+
- - ">="
|
93
93
|
- !ruby/object:Gem::Version
|
94
|
-
version:
|
94
|
+
version: '0'
|
95
95
|
type: :development
|
96
96
|
prerelease: false
|
97
97
|
version_requirements: !ruby/object:Gem::Requirement
|
98
98
|
requirements:
|
99
|
-
- - "
|
99
|
+
- - ">="
|
100
100
|
- !ruby/object:Gem::Version
|
101
|
-
version:
|
101
|
+
version: '0'
|
102
102
|
- !ruby/object:Gem::Dependency
|
103
103
|
name: combustion
|
104
104
|
requirement: !ruby/object:Gem::Requirement
|
@@ -223,11 +223,12 @@ executables: []
|
|
223
223
|
extensions: []
|
224
224
|
extra_rdoc_files: []
|
225
225
|
files:
|
226
|
+
- ".github/workflows/ci.yml"
|
226
227
|
- ".gitignore"
|
227
228
|
- ".rspec"
|
228
229
|
- ".ruby-version"
|
229
230
|
- ".simplecov"
|
230
|
-
-
|
231
|
+
- Dangerfile
|
231
232
|
- Gemfile
|
232
233
|
- LICENSE.txt
|
233
234
|
- PULL_REQUEST_TEMPLATE.md
|
@@ -256,35 +257,65 @@ files:
|
|
256
257
|
- app/controllers/ama_layout/api/v1/notifications_controller.rb
|
257
258
|
- app/helpers/ama_layout_breadcrumb_helper.rb
|
258
259
|
- app/helpers/ama_layout_content_helper.rb
|
260
|
+
- app/helpers/ama_layout_partial_helper.rb
|
259
261
|
- app/helpers/ama_layout_path_helper.rb
|
260
|
-
- app/views/ama_layout/_alert.html.erb
|
261
|
-
- app/views/ama_layout/_applogo.html.erb
|
262
|
-
- app/views/ama_layout/_breadcrumbs.html.erb
|
263
|
-
- app/views/ama_layout/_custom_nav_links.html.erb
|
264
|
-
- app/views/ama_layout/_custom_sidebar.html.erb
|
265
|
-
- app/views/ama_layout/_footer.html.erb
|
266
|
-
- app/views/ama_layout/_main_nav_item.html.erb
|
267
|
-
- app/views/ama_layout/_main_top_nav_item.html.erb
|
268
|
-
- app/views/ama_layout/_manage_credit_card_link.html.erb
|
269
|
-
- app/views/ama_layout/_mobile_links.html.erb
|
270
|
-
- app/views/ama_layout/_mobile_notification_icon.html.erb
|
271
|
-
- app/views/ama_layout/_notice.html.erb
|
272
|
-
- app/views/ama_layout/_notices.html.erb
|
273
|
-
- app/views/ama_layout/_notification.html.erb
|
274
|
-
- app/views/ama_layout/_notification_icon.html.erb
|
275
|
-
- app/views/ama_layout/_notification_sidebar.html.erb
|
276
|
-
- app/views/ama_layout/_sidebar.html.erb
|
277
|
-
- app/views/ama_layout/_sign_out_link.html.erb
|
278
|
-
- app/views/ama_layout/_siteheader.html.erb
|
279
|
-
- app/views/ama_layout/_sub_nav.html.erb
|
280
|
-
- app/views/ama_layout/_sub_nav_item.html.erb
|
281
|
-
- app/views/ama_layout/_success.html.erb
|
282
|
-
- app/views/ama_layout/_top_nav.html.erb
|
283
|
-
- app/views/ama_layout/_top_sub_nav.html.erb
|
284
|
-
- app/views/ama_layout/_top_sub_nav_item.html.erb
|
285
262
|
- app/views/ama_layout/agent/_sidebar.html.erb
|
286
263
|
- app/views/ama_layout/agent/_siteheader.html.erb
|
287
264
|
- app/views/ama_layout/agent/_top_nav.html.erb
|
265
|
+
- app/views/ama_layout/v2/_alert.html.erb
|
266
|
+
- app/views/ama_layout/v2/_applogo.html.erb
|
267
|
+
- app/views/ama_layout/v2/_breadcrumbs.html.erb
|
268
|
+
- app/views/ama_layout/v2/_custom_nav_links.html.erb
|
269
|
+
- app/views/ama_layout/v2/_custom_sidebar.html.erb
|
270
|
+
- app/views/ama_layout/v2/_font.html.erb
|
271
|
+
- app/views/ama_layout/v2/_font_awesome_pro_kit.html.erb
|
272
|
+
- app/views/ama_layout/v2/_footer.html.erb
|
273
|
+
- app/views/ama_layout/v2/_main_nav_item.html.erb
|
274
|
+
- app/views/ama_layout/v2/_main_top_nav_item.html.erb
|
275
|
+
- app/views/ama_layout/v2/_member_links.html.erb
|
276
|
+
- app/views/ama_layout/v2/_mobile_links.html.erb
|
277
|
+
- app/views/ama_layout/v2/_mobile_notification_icon.html.erb
|
278
|
+
- app/views/ama_layout/v2/_notice.html.erb
|
279
|
+
- app/views/ama_layout/v2/_notices.html.erb
|
280
|
+
- app/views/ama_layout/v2/_notification.html.erb
|
281
|
+
- app/views/ama_layout/v2/_notification_icon.html.erb
|
282
|
+
- app/views/ama_layout/v2/_notification_sidebar.html.erb
|
283
|
+
- app/views/ama_layout/v2/_sidebar.html.erb
|
284
|
+
- app/views/ama_layout/v2/_sign_out_link.html.erb
|
285
|
+
- app/views/ama_layout/v2/_siteheader.html.erb
|
286
|
+
- app/views/ama_layout/v2/_sub_nav.html.erb
|
287
|
+
- app/views/ama_layout/v2/_sub_nav_item.html.erb
|
288
|
+
- app/views/ama_layout/v2/_success.html.erb
|
289
|
+
- app/views/ama_layout/v2/_top_nav.html.erb
|
290
|
+
- app/views/ama_layout/v2/_top_sub_nav.html.erb
|
291
|
+
- app/views/ama_layout/v2/_top_sub_nav_item.html.erb
|
292
|
+
- app/views/ama_layout/v3/_alert.html.erb
|
293
|
+
- app/views/ama_layout/v3/_applogo.html.erb
|
294
|
+
- app/views/ama_layout/v3/_breadcrumbs.html.erb
|
295
|
+
- app/views/ama_layout/v3/_custom_nav_links.html.erb
|
296
|
+
- app/views/ama_layout/v3/_custom_sidebar.html.erb
|
297
|
+
- app/views/ama_layout/v3/_font.html.erb
|
298
|
+
- app/views/ama_layout/v3/_font_awesome_pro_kit.html.erb
|
299
|
+
- app/views/ama_layout/v3/_footer.html.erb
|
300
|
+
- app/views/ama_layout/v3/_main_nav_item.html.erb
|
301
|
+
- app/views/ama_layout/v3/_main_top_nav_item.html.erb
|
302
|
+
- app/views/ama_layout/v3/_member_links.html.erb
|
303
|
+
- app/views/ama_layout/v3/_mobile_links.html.erb
|
304
|
+
- app/views/ama_layout/v3/_mobile_notification_icon.html.erb
|
305
|
+
- app/views/ama_layout/v3/_notice.html.erb
|
306
|
+
- app/views/ama_layout/v3/_notices.html.erb
|
307
|
+
- app/views/ama_layout/v3/_notification.html.erb
|
308
|
+
- app/views/ama_layout/v3/_notification_icon.html.erb
|
309
|
+
- app/views/ama_layout/v3/_notification_sidebar.html.erb
|
310
|
+
- app/views/ama_layout/v3/_sidebar.html.erb
|
311
|
+
- app/views/ama_layout/v3/_sign_out_link.html.erb
|
312
|
+
- app/views/ama_layout/v3/_siteheader.html.erb
|
313
|
+
- app/views/ama_layout/v3/_sub_nav.html.erb
|
314
|
+
- app/views/ama_layout/v3/_sub_nav_item.html.erb
|
315
|
+
- app/views/ama_layout/v3/_success.html.erb
|
316
|
+
- app/views/ama_layout/v3/_top_nav.html.erb
|
317
|
+
- app/views/ama_layout/v3/_top_sub_nav.html.erb
|
318
|
+
- app/views/ama_layout/v3/_top_sub_nav_item.html.erb
|
288
319
|
- app/views/application/_account_toggle.html.erb
|
289
320
|
- config.ru
|
290
321
|
- config/routes.rb
|
@@ -301,7 +332,8 @@ files:
|
|
301
332
|
- lib/ama_layout/decorators/notification_decorator.rb
|
302
333
|
- lib/ama_layout/draper_replacement.rb
|
303
334
|
- lib/ama_layout/moneris.rb
|
304
|
-
- lib/ama_layout/moneris/textbox.txt
|
335
|
+
- lib/ama_layout/moneris/v2/textbox.txt
|
336
|
+
- lib/ama_layout/moneris/v3/textbox.txt
|
305
337
|
- lib/ama_layout/navigation.rb
|
306
338
|
- lib/ama_layout/navigation.yml
|
307
339
|
- lib/ama_layout/navigation_helper.rb
|