rosa-build/app/views/git/commits/_commit_pane.html.haml

7 lines
334 B
Plaintext
Raw Normal View History

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|
Parent: #{link_to parent, commit_path(@platform, @repository, @project, parent)}