summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-04-25 09:40:50 +0000
committerRémy Coutable <remy@rymai.me>2019-04-25 09:40:50 +0000
commita1d52a3c50c214a2c5ce7fec860f608a4c21680b (patch)
tree7fa8f7e35b0dbc5a22d71b8ed942f21a1c77b781
parente7c494cc08de77a8898a561016bd38abc903a5d8 (diff)
parent15d302de69385c2f455a4a96b3f86115add846ce (diff)
downloadgitlab-ce-a1d52a3c50c214a2c5ce7fec860f608a4c21680b.tar.gz
Merge branch 'fix-new-issue-header' into 'master'
Fix new issue header text See merge request gitlab-org/gitlab-ce!27662
-rw-r--r--app/views/projects/issues/new.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/issues/new.html.haml b/app/views/projects/issues/new.html.haml
index c6ff0d50ef4..d1601d7fd10 100644
--- a/app/views/projects/issues/new.html.haml
+++ b/app/views/projects/issues/new.html.haml
@@ -2,8 +2,7 @@
- breadcrumb_title _("New")
- page_title _("New Issue")
-%h3.page-title
- _("New Issue")
+%h3.page-title= _("New Issue")
%hr
= render "form"