gitlab-org--gitlab-foss/app/views/projects/issues/new.html.haml
Sean McGivern 15d302de69 Fix new issue header text
Without the leading `=`, this is just interpreted as literal text, so it
won't be translated.
2019-04-25 09:22:48 +01:00

8 lines
173 B
Text

- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
- breadcrumb_title _("New")
- page_title _("New Issue")
%h3.page-title= _("New Issue")
%hr
= render "form"