Commit f99d7d5a authored by Yogi's avatar Yogi Committed by Denys Mishunov

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

parent 37d862c3
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
= render 'shared/tokens/scopes_form', prefix: 'doorkeeper_application', token: application, scopes: @scopes = render 'shared/tokens/scopes_form', prefix: 'doorkeeper_application', token: application, scopes: @scopes
.gl-mt-3 .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 @@ ...@@ -50,4 +50,4 @@
= hidden_field_tag :nonce, @pre_auth.nonce = hidden_field_tag :nonce, @pre_auth.nonce
= hidden_field_tag :code_challenge, @pre_auth.code_challenge = hidden_field_tag :code_challenge, @pre_auth.code_challenge
= hidden_field_tag :code_challenge_method, @pre_auth.code_challenge_method = 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