Commit edd20420 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'btn-confirm-doorkeeper' into 'master'

Move to btn-confirm from btn-success in views/doorkeeper directory

See merge request gitlab-org/gitlab!55277
parents ab400e57 f99d7d5a
......@@ -23,4 +23,4 @@
= render 'shared/tokens/scopes_form', prefix: 'doorkeeper_application', token: application, scopes: @scopes
.gl-mt-3
= f.submit _('Save application'), class: "gl-button btn btn-success"
= f.submit _('Save application'), class: "gl-button btn btn-confirm"
......@@ -50,4 +50,4 @@
= hidden_field_tag :nonce, @pre_auth.nonce
= hidden_field_tag :code_challenge, @pre_auth.code_challenge
= hidden_field_tag :code_challenge_method, @pre_auth.code_challenge_method
= submit_tag _("Authorize"), class: "gl-button btn btn-success gl-ml-3", data: { qa_selector: 'authorization_button' }
= submit_tag _("Authorize"), class: "gl-button btn btn-confirm gl-ml-3", data: { qa_selector: 'authorization_button' }
---
title: Move to btn-confirm from btn-success in views/doorkeeper directory
merge_request: 55277
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