Skip to content

Commit

Permalink
ensure navbar works in integration views
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBudz committed Jan 14, 2025
1 parent 1a1f24d commit b1e9a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/hera/navbar/_utility_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="configurationDropdown">
<li><%= link_to 'Configure Integrations', main_app.project_configurations_path(current_project), class: 'dropdown-item' %></li>
<li><%= link_to "Manage Tags", project_tags_path(current_project), class: 'dropdown-item' %></li>
<li><%= link_to "Manage Tags", main_app.project_tags_path(current_project), class: 'dropdown-item' %></li>
</ul>
</li>
</ul>

0 comments on commit b1e9a76

Please sign in to comment.