From 32f04fc345352fce0ddcfe9c1c205e94ce185c35 Mon Sep 17 00:00:00 2001
From: Abhi Devireddy <abhi@devireddy.com>
Date: Wed, 7 Mar 2012 11:41:39 -0600
Subject: [PATCH] This might fix the issue with commits showing up in the
 format. Needs to be tested.

---
 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 04f64fd524..4742b92bd7 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_commit_path(@project, branch.commit.id) do
+    = link_to project_commit_path(@project, :id => 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
-- 
2.30.9