gitlab-org--gitlab-foss/app/views/projects/issues/new.html.haml

9 lines
193 B
Plaintext

- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
- breadcrumb_title _("New")
- page_title _("New Issue")
.top-area.flex-lg-row
%h3.page-title= _("New Issue")
= render "form"