show.html.haml 329 Bytes
= render "commit_box"

- unless @commit.has_zero_stats?
  %p.pull-right.cgray
    This commit has
    %span.cgreen #{@commit.stats.additions} additions
    and
    %span.cred #{@commit.stats.deletions} deletions

= render "projects/commits/diffs", diffs: @commit.diffs, project: @project
= render "projects/notes/notes_with_form"