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

9 lines
173 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
2019-07-31 22:56:46 +05:30
%h3.page-title= _("New Issue")
2015-12-23 02:04:40 +05:30
%hr
2014-09-02 18:07:02 +05:30
= render "form"