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

9 lines
251 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- add_to_breadcrumbs "Labels", project_labels_path(@project)
- breadcrumb_title "New"
2015-09-11 14:41:01 +05:30
- 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)