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

4 lines
183 B
Plaintext

.commit_row
= render :partial => "git/commits/commit_pane", :locals => { :commit => commit }
.row= link_to commit.message, commit_path(@platform.name, @project.name, commit.id)