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

show.html.haml « compare « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8ea3727d57a7353746a83372d5bcc996ceba493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= render "commits/head"

%h3.page_title
  Compare View
%hr

= render "form"

- if @commits.present?
  %div.ui-box
    %h5.title
      Commits (#{@commits.count})
    %ul.well-list= render @commits

  - unless @diffs.empty?
    %h4 Diff
    = render "commits/diffs", diffs: @diffs