summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-12 21:46:31 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-12 21:46:31 +0300
commite1ca9de0dabb9d1da13073110072b3327280eb55 (patch)
tree05e49d6a24a7662f5d7af769a42f3ba95cbace87
parent839c3b198e50ac38d1c647189927e18f36133518 (diff)
downloadgitlab-ce-e1ca9de0dabb9d1da13073110072b3327280eb55.tar.gz
Add default values to compare page link
-rw-r--r--app/views/projects/commits/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_head.html.haml b/app/views/projects/commits/_head.html.haml
index c16abac7f17..624604142b1 100644
--- a/app/views/projects/commits/_head.html.haml
+++ b/app/views/projects/commits/_head.html.haml
@@ -4,7 +4,7 @@
= nav_link(controller: [:commit, :commits]) do
= link_to 'Commits', project_commits_path(@project, @repository.root_ref)
= nav_link(controller: :compare) do
- = link_to 'Compare', project_compare_index_path(@project)
+ = link_to 'Compare', project_compare_index_path(@project, from: @repository.root_ref, to: @ref || @repository.root_ref)
= nav_link(html_options: {class: branches_tab_class}) do
= link_to recent_project_branches_path(@project) do