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

edit.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: e003d1dfe7f586ffffed167502e51f428ddbb9be (plain)
1
2
3
4
5
6
7
8
%h3
  Edit label
  %span.light #{@label.name}
.back-link
  = link_to namespace_project_labels_path(@project.namespace, @project) do
    ← To labels list
%hr
= render 'form'