summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/labels/index.html.haml')
-rw-r--r--app/views/admin/labels/index.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/admin/labels/index.html.haml b/app/views/admin/labels/index.html.haml
index d6f2898a383..8d6df064c3c 100644
--- a/app/views/admin/labels/index.html.haml
+++ b/app/views/admin/labels/index.html.haml
@@ -1,7 +1,9 @@
- page_title _("Labels")
%div
- = link_to new_admin_label_path, class: "float-right btn gl-button btn-confirm" do
+ = render Pajamas::ButtonComponent.new(variant: :confirm,
+ href: new_admin_label_path,
+ button_options: { class: 'float-right' }) do
= _('New label')
%h1.page-title.gl-font-size-h-display
= _('Labels')