gitlab-org--gitlab-foss/app/views/projects/compare/index.html.haml

19 lines
511 B
Text
Raw Normal View History

2016-06-03 14:09:45 -04:00
- @no_container = true
2015-04-30 13:06:18 -04:00
- page_title "Compare"
= render "projects/commits/head"
2016-06-30 09:01:26 -04:00
%div{ class: container_class }
.sub-header-block
Compare Git revisions.
2016-06-03 14:09:45 -04:00
%br
Fill input field with commit SHA like
%code.ref-name 4eedf23
2016-06-03 14:09:45 -04:00
or branch/tag name like
%code.ref-name master
2016-06-03 14:09:45 -04:00
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.
2016-06-03 14:09:45 -04:00
.prepend-top-20
= render "form"