ama_layout 10.1.0 → 10.2.0

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
  SHA256:
3
- metadata.gz: 22af59017594b88eee0124646cada43dc31c8931d5de42fad543b982ab6c56a4
4
- data.tar.gz: 4a691e59ee726f82d3d4d9fe70e1d6b5dbf6ca0802c92c41e2f82194648f26e7
3
+ metadata.gz: 73978f07a8d61a3fba94acf5992e67550c0f2cf5de1cc631c8c77a683c57073d
4
+ data.tar.gz: e3a091b1fe12892692030978d6177b82b2f97e7b9d74dd194d6ef16bf4393dd8
5
5
  SHA512:
6
- metadata.gz: 3f09ac80433fcd4d24fc75a40cf734687024fbb4d718be57c879b3b6b70cc943b0bbdd9e482247f92d107bf6775fb2210381a8cba2e133fd0e6914eb68a56e2c
7
- data.tar.gz: 2defd8ad8772e73d5e7f5702fde537b3471ff87e95d99c143ebf87971cf69b475a145c418879a6966b14a6e36966818025a165ae3987e65beb533cb6ed6ab368
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}/user/edit" %>
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 %>/user/edit"
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 %>/user/edit"
139
+ link: "<%= Rails.configuration.gatekeeper_site %>/account_settings"
140
140
  icon: "fa-cogs"
141
141
  sub_nav:
142
142
  - text: "Change Email/Password"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AmaLayout
4
- VERSION = '10.1.0'
4
+ VERSION = '10.2.0'
5
5
  end
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.1.0
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-01-24 00:00:00.000000000 Z
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