gitlabhq/app/views/commits/show.html.haml

11 lines
233 B
Plaintext
Raw Normal View History

2012-06-20 19:08:18 +02:00
= render "commits/commit_box"
= render "commits/diffs", diffs: @commit.diffs
= render "notes/notes_with_form", tid: @commit.id, tt: "commit"
= render "notes/per_line_form"
:javascript
$(function(){
PerLineNotes.init();
});