summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/new.html.haml
blob: 342ad4f3f95791a22ad05bde4f0829e74fe04083 (plain)
1
2
3
4
5
6
7
8
9
- page_title "New Label"
= render "header_title"

%h3 New label
.back-link
  = link_to namespace_project_labels_path(@project.namespace, @project) do
    ← To labels list
%hr
= render 'form'