Merge branch 'master' of github.com:evilmartians/rosa-build
This commit is contained in:
commit
fe4aeeec10
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue