summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/edit.html.haml
blob: 52435c5d892b65a47a2997d4a6471407c1abd44e (plain)
1
2
3
4
5
6
7
8
%h3
  Edit label
  %span.light #{@label.name}
.back-link
  = link_to project_labels_path(@project) do
    ← To labels list
%hr
= render 'form'