Files
gitlabhq/app/views/projects/commit/show.html.haml
T

12 lines
311 B
Plaintext

= 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
= render "projects/notes/notes_with_form"