Commit d65eb22e2d5f0de8984855919d644a562003b9b2

Authored by Dmitriy Zaporozhets
1 parent 03b26b01

Fix commit tab highlight

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/nav/_project.html.haml
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 = link_to 'Files', project_tree_path(@project, @ref || @repository.root_ref) 8 = link_to 'Files', project_tree_path(@project, @ref || @repository.root_ref)
9 9
10 - if project_nav_tab? :commits 10 - if project_nav_tab? :commits
11 - = nav_link(controller: %w(commit commits compare repositories protected_branches)) do 11 + = nav_link(controller: %w(commit commits compare repositories protected_branches tags branches)) do
12 = link_to "Commits", project_commits_path(@project, @ref || @repository.root_ref) 12 = link_to "Commits", project_commits_path(@project, @ref || @repository.root_ref)
13 13
14 - if project_nav_tab? :network 14 - if project_nav_tab? :network