From e42fb4fda475370dcb0d8f8f1268bfdc7a0cc437 Mon Sep 17 00:00:00 2001 From: Christos Trochalakis Date: Fri, 24 Feb 2012 17:27:44 +0200 Subject: [PATCH] Fix broken commit link in branches page --- app/views/repositories/_branch.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/repositories/_branch.html.haml b/app/views/repositories/_branch.html.haml index 7858b0fc..04f64fd5 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