Merge branch 'master' of github.com:evilmartians/rosa-build

This commit is contained in:
Alexey Nayden 2011-03-11 20:38:43 +03:00
commit fe4aeeec10
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|