2011-03-11 10:06:14 +00:00
|
|
|
= render :partial => "git/commits/committer_pane", :locals => { :commit => commit }
|
2011-03-10 13:39:49 +00:00
|
|
|
|
2011-03-11 17:34:34 +00:00
|
|
|
.row.tree Tree: #{link_to commit.tree.id, tree_path(@platform, @repository, @project, :treeish => commit.tree.id)}
|
2011-03-10 13:39:49 +00:00
|
|
|
|
|
|
|
.row.parents
|
|
|
|
- commit.parents.each do |parent|
|
2011-03-11 17:19:47 +00:00
|
|
|
Parent: #{link_to parent, commit_path(@platform, @repository, @project, parent)}
|