debian-mirror-gitlab/app/views/projects/issues/new.html.haml

9 lines
193 B
Text
Raw Normal View History

2019-07-31 22:56:46 +05:30
- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
- breadcrumb_title _("New")
- page_title _("New Issue")
2015-09-25 12:07:36 +05:30
2021-04-17 20:07:23 +05:30
.top-area.flex-lg-row
%h3.page-title= _("New Issue")
2015-12-23 02:04:40 +05:30
2014-09-02 18:07:02 +05:30
= render "form"