summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-25 23:39:50 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-26 16:32:25 -0400
commit275db3c522200b68673c4ea6a16046b3582cda2f (patch)
tree1d7f0f541bc657762058165aa30664e7e793ecd1 /app
parent0887dda8e4eba68004e087e12302f3dbf2688790 (diff)
downloadgitlab-ce-275db3c522200b68673c4ea6a16046b3582cda2f.tar.gz
Fix paths in commits/_head
Diffstat (limited to 'app')
-rw-r--r--app/views/commits/_head.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/commits/_head.html.haml b/app/views/commits/_head.html.haml
index 86a65f879c9..edaf8b8672c 100644
--- a/app/views/commits/_head.html.haml
+++ b/app/views/commits/_head.html.haml
@@ -1,7 +1,7 @@
%ul.nav.nav-tabs
%li= render partial: 'shared/ref_switcher', locals: {destination: 'commits'}
- %li{class: "#{'active' if current_page?(project_commits_path(@project)) }"}
- = link_to project_commits_path(@project) do
+ %li{class: "#{'active' if current_controller?(:commit, :commits)}"}
+ = link_to project_commits_path(@project, @project.root_ref) do
Commits
%li{class: "#{'active' if current_controller?(:compare)}"}
= link_to project_compare_index_path(@project) do
@@ -16,7 +16,7 @@
Tags
%span.badge= @project.repo.tag_count
- - if current_page?(project_commits_path(@project)) && current_user.private_token
+ - if current_controller?(:commits) && current_user.private_token
%li.right
%span.rss-icon
= link_to project_commits_path(@project, @ref, {format: :atom, private_token: current_user.private_token}), title: "Feed" do