From 0ea3fcec397b69815975647f5e2aa5fe944a8486 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Jun 2022 11:10:13 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-1-stable-ee --- app/views/projects/compare/index.html.haml | 4 ++-- app/views/projects/compare/show.html.haml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/projects/compare') diff --git a/app/views/projects/compare/index.html.haml b/app/views/projects/compare/index.html.haml index 12d3f28dc20..b3590eea631 100644 --- a/app/views/projects/compare/index.html.haml +++ b/app/views/projects/compare/index.html.haml @@ -1,9 +1,9 @@ - breadcrumb_title _("Compare Revisions") - page_title _("Compare") -%h3.page-title +%h1.page-title.gl-font-size-h-display = _("Compare Git revisions") -.sub-header-block +%div - example_branch = capture do %code.ref-name= @project.default_branch_or_main - example_sha = capture do diff --git a/app/views/projects/compare/show.html.haml b/app/views/projects/compare/show.html.haml index cb2c2d488e8..a6be6695b75 100644 --- a/app/views/projects/compare/show.html.haml +++ b/app/views/projects/compare/show.html.haml @@ -17,7 +17,7 @@ paginate_diffs: true, paginate_diffs_per_page: Projects::CompareController::COMMIT_DIFFS_PER_PAGE - else - .card.bg-light + .card.gl-bg-gray-50.gl-border-none.gl-p-2 .center %h4 = s_("CompareBranches|There isn't anything to compare.") -- cgit v1.2.1