fix
This commit is contained in:
parent
06d229a4b0
commit
28e1b95e3d
|
@ -1,6 +1,6 @@
|
||||||
= render :partial => "git/commits/committer_pane", :locals => { :commit => commit }
|
= 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
|
.row.parents
|
||||||
- commit.parents.each do |parent|
|
- commit.parents.each do |parent|
|
||||||
|
|
Loading…
Reference in New Issue