15d302de69
Without the leading `=`, this is just interpreted as literal text, so it won't be translated.
8 lines
173 B
Text
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"
|