Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1601d7fd10d3ad638575c909c42956b1facb32f (plain)
1
2
3
4
5
6
7
8
- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
- breadcrumb_title _("New")
- page_title _("New Issue")

%h3.page-title= _("New Issue")
%hr

= render "form"