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

17 lines
459 B
Text
Raw Normal View History

2015-04-30 13:06:18 -04:00
- page_title "Compare"
= render "projects/commits/head"
2016-04-25 16:02:15 -04:00
.row-content-block
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.
.prepend-top-20
= render "form"