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