summaryrefslogtreecommitdiff
path: root/app/views/projects/issues
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-08 21:08:52 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-08 21:08:52 +0000
commiteef3d92529e978c3cabafc321965569776c289b7 (patch)
tree7983f7ed7bafb52a7941c1cae5dc1b5d56d36ea1 /app/views/projects/issues
parent33ed90457e6c14d8344882efa01355c080e14149 (diff)
downloadgitlab-ce-eef3d92529e978c3cabafc321965569776c289b7.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r--app/views/projects/issues/edit.html.haml2
-rw-r--r--app/views/projects/issues/new.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/issues/edit.html.haml b/app/views/projects/issues/edit.html.haml
index 00199b42c43..c2b620280d8 100644
--- a/app/views/projects/issues/edit.html.haml
+++ b/app/views/projects/issues/edit.html.haml
@@ -1,6 +1,6 @@
- page_title _("Edit"), "#{@issue.title} (#{@issue.to_reference})", _("Issues")
-%h1.page-title
+%h1.page-title.gl-font-size-h-display
Edit Issue ##{@issue.iid}
%hr
diff --git a/app/views/projects/issues/new.html.haml b/app/views/projects/issues/new.html.haml
index edefdfbed97..617579cdd6f 100644
--- a/app/views/projects/issues/new.html.haml
+++ b/app/views/projects/issues/new.html.haml
@@ -3,6 +3,6 @@
- page_title _("New Issue")
.top-area.gl-lg-flex-direction-row.gl-border-bottom-0
- %h1.page-title= _("New Issue")
+ %h1.page-title.gl-font-size-h-display= _("New Issue")
= render "form"