mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
12 lines
293 B
Plaintext
12 lines
293 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 "commits/diffs", diffs: @commit.diffs
|
|
= render "notes/notes_with_form"
|