Skip to content

Commit

Permalink
Mark secondary nav as permanent between Turbo morphs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Dec 3, 2024
1 parent a3bfd09 commit af6ca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</nav>
<nav class='secondary d-flex gap-2 flex-grow-1 align-items-center'>
<ul class='nav flex-grow-1'>
<ul id='secondary-nav-menu' class='nav flex-grow-1' data-turbo-permanent>
<% if Settings.status != "database_offline" && can?(:index, Issue) %>
<li class="nav-item">
<%= link_to issues_path(:status => "open"), :class => header_nav_link_class(issues_path) do %>
Expand Down

0 comments on commit af6ca6d

Please sign in to comment.