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: 3ad0166e9cd9052b776d20ea98b88eb1ae6dcc37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- @no_container = true
- breadcrumb_title "Compare Revisions"
- page_title "Compare"

%div{ class: container_class }
  .sub-header-block
    Compare Git revisions.
    %br
    Choose a branch/tag (e.g.
    = succeed ')' do
      %code.ref-name master
    or enter a commit SHA (e.g.
    = succeed ')' do
      %code.ref-name 4eedf23
    to see what's changed or to create a merge request.
    %br
    Changes are shown as if the
    %b source
    revision was being merged into the
    %b target
    revision.

  .prepend-top-20
    = render "form"