2012-06-20 19:08:18 +02:00
|
|
|
= render "commits/commit_box"
|
2012-08-11 00:07:50 +02:00
|
|
|
= render "commits/diffs", diffs: @commit.diffs
|
|
|
|
= render "notes/notes", tid: @commit.id, tt: "commit"
|
2012-01-11 23:26:01 +01:00
|
|
|
= render "notes/per_line_form"
|
|
|
|
|
|
|
|
|
|
|
|
:javascript
|
2012-08-30 20:31:55 +02:00
|
|
|
$(function(){
|
|
|
|
PerLineNotes.init();
|
2012-01-11 23:26:01 +01:00
|
|
|
});
|