Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « commit « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 603406202ca27d569a26dd50c0167ea35042ad9b (plain)
1
2
3
4
5
6
7
8
9
10
11
= 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"