summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/edit.html.haml
blob: 645402667fd8f80613e5333fe2f63ef64a9afd3a (plain)
1
2
3
4
5
6
7
8
9
- page_title "Edit", @label.name, "Labels"
%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'