summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/edit.html.haml
blob: 52b187e7e58e866777a863da86894a3a6e0507be (plain)
1
2
3
4
5
6
7
8
9
- @no_container = true
- page_title "Edit", @label.name, "Labels"
= render "projects/issues/head"

%div{ class: container_class }
  %h3.page-title
    Edit Label
  %hr
  = render 'form'