ama_layout 10.1.0 → 10.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/ama_layout/_top_nav.html.erb +1 -1
- data/lib/ama_layout/navigation.yml +2 -2
- data/lib/ama_layout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73978f07a8d61a3fba94acf5992e67550c0f2cf5de1cc631c8c77a683c57073d
|
4
|
+
data.tar.gz: e3a091b1fe12892692030978d6177b82b2f97e7b9d74dd194d6ef16bf4393dd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72527275f72c009638c64245e007afaa0d09ba60a290e7443ef705d7c0c50ca941ef221120068d2541a822fd0247669adeb35a0e5a9b582eb63cc65473c9bef2
|
7
|
+
data.tar.gz: 14ad982d3feebf69f7d0c4797f26c5b10a8dc24d31076f863248adf785fab7e0d0192c86e14f5e49100243164fb28c4c9f7f609ac355397fd3dc9b77d77dfdb7
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<%= link_to navigation.display_name_text, '#', class: 'link--no-underline' %>
|
3
3
|
<ul class="submenu menu vertical">
|
4
4
|
<li class="bold">
|
5
|
-
<%= link_to 'Account Settings', "#{Rails.configuration.gatekeeper_site}/
|
5
|
+
<%= link_to 'Account Settings', "#{Rails.configuration.gatekeeper_site}/account_settings" %>
|
6
6
|
</li>
|
7
7
|
<li class="small-text">
|
8
8
|
<%= link_to 'Change Email/Password', "#{Rails.configuration.gatekeeper_site}/user/edit" %>
|
@@ -51,7 +51,7 @@ member:
|
|
51
51
|
- text: "My Travel"
|
52
52
|
link: "<%= Rails.configuration.travel_login_url %>"
|
53
53
|
- text: "My Account Settings"
|
54
|
-
link: "<%= Rails.configuration.gatekeeper_site %>/
|
54
|
+
link: "<%= Rails.configuration.gatekeeper_site %>/account_settings"
|
55
55
|
icon: "fa-cogs"
|
56
56
|
sub_nav:
|
57
57
|
- text: "Change Email/Password"
|
@@ -136,7 +136,7 @@ member-in-renewal:
|
|
136
136
|
- text: "My Travel"
|
137
137
|
link: "<%= Rails.configuration.travel_login_url %>"
|
138
138
|
- text: "My Account Settings"
|
139
|
-
link: "<%= Rails.configuration.gatekeeper_site %>/
|
139
|
+
link: "<%= Rails.configuration.gatekeeper_site %>/account_settings"
|
140
140
|
icon: "fa-cogs"
|
141
141
|
sub_nav:
|
142
142
|
- text: "Change Email/Password"
|
data/lib/ama_layout/version.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: 10.
|
4
|
+
version: 10.2.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-02-06 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: breadcrumbs_on_rails
|