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

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

9 lines
263 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- add_to_breadcrumbs _("Labels"), group_labels_path(@group)
- breadcrumb_title _("New")
- page_title _("New Label")
2016-11-03 12:29:30 +05:30
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display
2021-04-29 21:17:54 +05:30
= _('New Label')
2016-11-03 12:29:30 +05:30
= render 'shared/labels/form', url: group_labels_path, back_path: @previous_labels_path