7 lines
316 B
Plaintext
7 lines
316 B
Plaintext
= render :partial => "git/commits/committer_pane", :locals => { :commit => commit }
|
|
|
|
.row.tree Tree: #{link_to commit.tree.id, tree_path(@platform.name, @project.name, commit.tree.id)}
|
|
|
|
.row.parents
|
|
- commit.parents.each do |parent|
|
|
Parent: #{link_to parent, commit_path(@platform.name, @project.name, parent)} |