blob: d12fff96835e5f77adba037c8ade5535d524bfb5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
= 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();
});
|