summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/new.html.haml
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"