diff options
Diffstat (limited to 'app/views/projects/labels/edit.html.haml')
-rw-r--r-- | app/views/projects/labels/edit.html.haml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/projects/labels/edit.html.haml b/app/views/projects/labels/edit.html.haml deleted file mode 100644 index e003d1dfe7f..00000000000 --- a/app/views/projects/labels/edit.html.haml +++ /dev/null @@ -1,8 +0,0 @@ -%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' |