8 lines
248 B
Text
8 lines
248 B
Text
- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
|
|
- breadcrumb_title _("New")
|
|
- page_title _("New Issue")
|
|
|
|
.top-area.gl-lg-flex-direction-row.gl-border-bottom-0
|
|
%h1.page-title.gl-font-size-h-display= _("New Issue")
|
|
|
|
= render "form"
|