diff options
Diffstat (limited to 'app/views/admin/labels/new.html.haml')
-rw-r--r-- | app/views/admin/labels/new.html.haml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/admin/labels/new.html.haml b/app/views/admin/labels/new.html.haml index 8d298ad20f7..0135ad0723d 100644 --- a/app/views/admin/labels/new.html.haml +++ b/app/views/admin/labels/new.html.haml @@ -1,7 +1,5 @@ - page_title "New Label" -%h3 New label -.back-link - = link_to admin_labels_path do - ← To labels list +%h3.page-title + New Label %hr = render 'form' |