3741402a24
This commit also unifies layout structure and remove no_container flag
16 lines
593 B
Text
16 lines
593 B
Text
- breadcrumb_title "Compare Revisions"
|
|
- page_title "Compare"
|
|
|
|
%h3.page-title
|
|
= _("Compare Git revisions")
|
|
.sub-header-block
|
|
- example_master = capture do
|
|
%code.ref-name master
|
|
- example_sha = capture do
|
|
%code.ref-name 4eedf23
|
|
= (_("Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request.") % { master: example_master, sha: example_sha }).html_safe
|
|
%br
|
|
= (_("Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision.")).html_safe
|
|
|
|
.prepend-top-20
|
|
= render "form"
|