Commit bc3a5ae5 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'btn-confirm-admin-labels' into 'master'

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

See merge request gitlab-org/gitlab!55273
parents 7fbb521a 83ae6357
...@@ -27,5 +27,5 @@ ...@@ -27,5 +27,5 @@
= render_suggested_colors = render_suggested_colors
.form-actions .form-actions
= f.submit _('Save'), class: 'btn gl-button btn-success js-save-button' = f.submit _('Save'), class: 'btn gl-button btn-confirm js-save-button'
= link_to _("Cancel"), admin_labels_path, class: 'btn gl-button btn-cancel' = link_to _("Cancel"), admin_labels_path, class: 'btn gl-button btn-default btn-cancel'
- page_title _("Labels") - page_title _("Labels")
%div %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') = _('New label')
%h3.page-title %h3.page-title
= _('Labels') = _('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