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: 342ad4f3f95791a22ad05bde4f0829e74fe04083 (plain)
1
2
3
4
5
6
7
8
9
- page_title "New Label"
= render "header_title"

%h3 New label
.back-link
  = link_to namespace_project_labels_path(@project.namespace, @project) do
    ← To labels list
%hr
= render 'form'