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

25 lines
549 B
Text
Raw Normal View History

2016-06-03 14:09:45 -04:00
- @no_container = true
- breadcrumb_title "Compare Revisions"
2015-04-30 13:06:18 -04:00
- page_title "Compare"
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
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.
2016-06-03 14:09:45 -04:00
%br
Changes are shown as if the
%b source
revision was being merged into the
%b target
revision.
2016-06-03 14:09:45 -04:00
.prepend-top-20
= render "form"