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: 0683ed5d4fbcf6ae9f5b0cfb3e783cc7c6084654 (plain)
1
2
3
4
5
6
%h3 New label
.back-link
  = link_to namespace_project_labels_path(@project.namespace, @project) do
    ← To labels list
%hr
= render 'form'