From 28e1b95e3d37f7381f8ed83aa653476203143c98 Mon Sep 17 00:00:00 2001 From: "Timothy N. Tsvetkov" Date: Fri, 11 Mar 2011 20:34:34 +0300 Subject: [PATCH] fix --- app/views/git/commits/_commit_pane.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/git/commits/_commit_pane.html.haml b/app/views/git/commits/_commit_pane.html.haml index f23f5558e..bbfa737b4 100644 --- a/app/views/git/commits/_commit_pane.html.haml +++ b/app/views/git/commits/_commit_pane.html.haml @@ -1,6 +1,6 @@ = render :partial => "git/commits/committer_pane", :locals => { :commit => commit } -.row.tree Tree: #{link_to commit.tree.id, tree_path(@platform, @repository, @project, commit.tree.id)} +.row.tree Tree: #{link_to commit.tree.id, tree_path(@platform, @repository, @project, :treeish => commit.tree.id)} .row.parents - commit.parents.each do |parent|