Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « compare « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93ee1bed8091e9bc0f7b1630c4150ded306a5579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- 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"