Skip to content
Snippets Groups Projects
Commit d65eb22e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix commit tab highlight

parent 03b26b01
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,7 +8,7 @@
= link_to 'Files', project_tree_path(@project, @ref || @repository.root_ref)
 
- if project_nav_tab? :commits
= nav_link(controller: %w(commit commits compare repositories protected_branches)) do
= nav_link(controller: %w(commit commits compare repositories protected_branches tags branches)) do
= link_to "Commits", project_commits_path(@project, @ref || @repository.root_ref)
 
- if project_nav_tab? :network
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment