summaryrefslogtreecommitdiff
path: root/app/views/projects/compare/index.html.haml
blob: 2cf14859f3057c0b4595573259dae7214be26d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- @no_container = true
- page_title "Compare"
= render "projects/commits/head"

%div{ class: container_class }
  .sub-header-block
    Compare Git revisions.
    %br
    Fill input field with commit SHA like
    %code.ref-name 4eedf23
    or branch/tag name like
    %code.ref-name 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.

  .prepend-top-20
    = render "form"