Commit f55e3d21 authored by David O'Regan's avatar David O'Regan

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

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

See merge request gitlab-org/gitlab!55264
parents 3e75efbf 3319cfcd
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
= parsed_with_gfm = parsed_with_gfm
.gl-mt-3.gl-mb-3 .gl-mt-3.gl-mb-3
= f.submit 'Update appearance settings', class: 'btn gl-button btn-success' = f.submit 'Update appearance settings', class: 'btn gl-button btn-confirm'
- if @appearance.persisted? || @appearance.updated_at - if @appearance.persisted? || @appearance.updated_at
.mt-4 .mt-4
- if @appearance.persisted? - if @appearance.persisted?
......
...@@ -8,5 +8,5 @@ ...@@ -8,5 +8,5 @@
= label_tag :password = label_tag :password
= password_field_tag :password, nil, class: "form-control gl-form-input bottom", title: 'This field is required.' = password_field_tag :password, nil, class: "form-control gl-form-input bottom", title: 'This field is required.'
.form-group .form-group
= button_tag "Sign in", class: "btn gl-button btn-success" = button_tag "Sign in", class: "btn gl-button btn-confirm"
---
title: Move to btn-confirm from btn-success in admin/appearances directory
merge_request: 55264
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