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

show.html.haml « commit « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cb1a6905cad2fc7032aa8f02abef1985b07a078 (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 "commits/diffs", diffs: @commit.diffs
= render "notes/notes_with_form"