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