Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « labels « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd9aae987d4e48f52656d5096416c46dd5eb83d7 (plain)
1
2
3
4
5
6
7
8
- add_to_breadcrumbs _("Labels"), group_labels_path(@group)
- breadcrumb_title _("New")
- page_title _("New Label")

%h1.page-title.gl-font-size-h-display
  = _('New Label')

= render 'shared/labels/form', url: group_labels_path, back_path: @previous_labels_path