summaryrefslogtreecommitdiff
path: root/app/views/projects/compare/index.html.haml
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"