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

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

%h3.page-title
  Compare View
%p.slead
  Compare branches, tags or commit ranges.
  %br
  Fill input field with commit id like
  %code.label-branch 4eedf23
  or branch/tag name like
  %code.label-branch master
  and press compare button for the commits list and a code diff.
  %br
  Changes are shown <b>from</b> the version in the first field <b>to</b> the version in the second field.

= render "form"