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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
248 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
2022-07-23 23:45:48 +05:30
.top-area.gl-lg-flex-direction-row.gl-border-bottom-0
%h1.page-title.gl-font-size-h-display= _("New Issue")
2015-12-23 02:04:40 +05:30
2014-09-02 18:07:02 +05:30
= render "form"