summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-24 07:40:38 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-24 07:40:38 -0800
commitdb75dae913e8365453ca231f101b067314a7ea71 (patch)
tree197718c5ce9b8a965ecc4b6b595fa288450ced98
parent81092c01984a481e312de10a28e3f1a6dda182a3 (diff)
parente42fb4fda475370dcb0d8f8f1268bfdc7a0cc437 (diff)
downloadgitlab-ce-db75dae913e8365453ca231f101b067314a7ea71.tar.gz
Merge pull request #465 from skroutz/branches_commit_link
Fix broken commit link in branches page
-rw-r--r--app/views/repositories/_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_branch.html.haml b/app/views/repositories/_branch.html.haml
index 7858b0fc59f..04f64fd5240 100644
--- a/app/views/repositories/_branch.html.haml
+++ b/app/views/repositories/_branch.html.haml
@@ -5,7 +5,7 @@
- if branch.name == @project.root_ref
%span.label default
%td
- = link_to project_commits_path(@project, branch.commit.id) do
+ = link_to project_commit_path(@project, branch.commit.id) do
%code= branch.commit.id.to_s[0..10]
= image_tag gravatar_icon(Commit.new(branch.commit).author_email), :class => "", :width => 16