debian-mirror-gitlab/app/views/projects/compare/index.html.haml

21 lines
596 B
Text
Raw Normal View History

- @no_container = true
2015-09-11 14:41:01 +05:30
- page_title "Compare"
2017-09-10 17:25:29 +05:30
- if show_new_nav?
- add_to_breadcrumbs("Repository", project_tree_path(@project))
2014-09-02 18:07:02 +05:30
= render "projects/commits/head"
2016-08-24 12:49:21 +05:30
%div{ class: container_class }
2016-06-22 15:30:34 +05:30
.sub-header-block
2016-11-03 12:29:30 +05:30
Compare Git revisions.
%br
2017-09-10 17:25:29 +05:30
Fill input field with commit SHA like
%code.ref-name 4eedf23
or branch/tag name like
2017-09-10 17:25:29 +05:30
%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.
2014-09-02 18:07:02 +05:30
.prepend-top-20
= render "form"