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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
287 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
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display
2021-11-11 11:23:49 +05:30
= _('New Label')
2022-07-23 23:45:48 +05:30
2019-12-04 20:38:33 +05:30
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)