Commit 83ae6357 authored by Yogi's avatar Yogi Committed by Phil Hughes

Move to btn-confirm from btn-success in admin/labels directory

parent 37d862c3
......@@ -27,5 +27,5 @@
= render_suggested_colors
.form-actions
= f.submit _('Save'), class: 'btn gl-button btn-success js-save-button'
= link_to _("Cancel"), admin_labels_path, class: 'btn gl-button btn-cancel'
= f.submit _('Save'), class: 'btn gl-button btn-confirm js-save-button'
= link_to _("Cancel"), admin_labels_path, class: 'btn gl-button btn-default btn-cancel'
- page_title _("Labels")
%div
= link_to new_admin_label_path, class: "float-right btn gl-button btn-success" do
= link_to new_admin_label_path, class: "float-right btn gl-button btn-confirm" do
= _('New label')
%h3.page-title
= _('Labels')
......
---
title: Move to btn-confirm from btn-success in admin/labels directory
merge_request: 55273
author: Yogi (@yo)
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment