show.html.haml 233 Bytes Edit Raw Blame History 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(); });