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

9 lines
260 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- add_to_breadcrumbs _("Labels"), project_labels_path(@project)
- breadcrumb_title _("New")
- page_title _("New Label")
2015-09-25 12:07:36 +05:30
2019-12-04 20:38:33 +05:30
%h3.page-title
New Label
%hr
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)