Fix new issue header text

Without the leading `=`, this is just interpreted as literal text, so it
won't be translated.
This commit is contained in:
Sean McGivern 2019-04-25 09:22:48 +01:00
parent 272071219e
commit 15d302de69
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
- breadcrumb_title _("New")
- page_title _("New Issue")
%h3.page-title
_("New Issue")
%h3.page-title= _("New Issue")
%hr
= render "form"