Skip to content

Commit

Permalink
FRN25-232: Use main_app for navigation routes
Browse files Browse the repository at this point in the history
  • Loading branch information
hasarindaKI authored and sfnelson committed Nov 26, 2024
1 parent 977288c commit e4ceda5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
katalyst-koi (4.14.1)
katalyst-koi (4.14.2)
bcrypt
importmap-rails
katalyst-content
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/koi/_navigation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<li>
<span><%= current_admin_user.name %></span>
<ul role="list">
<li><%= link_to("Profile", admin_admin_user_path(current_admin_user)) %></li>
<li><%= link_to("Log out", admin_session_path, data: { turbo_method: :delete }) %></li>
<li><%= link_to("Profile", main_app.admin_admin_user_path(current_admin_user)) %></li>
<li><%= link_to("Log out", main_app.admin_session_path, data: { turbo_method: :delete }) %></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion katalyst-koi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "katalyst-koi"
s.version = "4.14.1"
s.version = "4.14.2"
s.authors = ["Katalyst Interactive"]
s.email = ["[email protected]"]

Expand Down

0 comments on commit e4ceda5

Please sign in to comment.