This commit is contained in:
Timothy N. Tsvetkov 2011-03-11 20:34:34 +03:00
parent 06d229a4b0
commit 28e1b95e3d
1 changed files with 1 additions and 1 deletions

View File

@ -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|