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

9 lines
193 B
Plaintext
Raw Normal View History

- 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")
2015-12-02 13:27:29 +00:00
= render "form"