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

4 lines
186 B
Plaintext
Raw Normal View History

2011-03-10 13:39:49 +00:00
.commit_row
2011-03-11 10:06:14 +00:00
= render :partial => "git/commits/commit_pane", :locals => { :commit => commit }
2011-03-10 13:39:49 +00:00
.row= link_to commit.message, commit_path(@platform, @repository, @project, commit.id)