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

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

%h3.page-title
  New Label
%hr
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)