summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/new.html.haml
blob: 38bd610243771b69c0d028de0a7ff154cf756575 (plain)
1
2
3
4
5
6
7
8
- add_to_breadcrumbs _("Labels"), project_labels_path(@project)
- breadcrumb_title _("New")
- page_title _("New Label")

%h3.page-title
  New Label
%hr
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)