Skip to content

Commit

Permalink
Fix commit tab highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Jul 16, 2013
1 parent 03b26b0 commit d65eb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/nav/_project.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d65eb22

Please sign in to comment.