Commit 1becb8c6 authored by yo's avatar yo Committed by Yogi

Move from btn-success to btn-confirm in shared/access_token directory

parent 37d862c3
......@@ -34,4 +34,4 @@
%input{ type: 'hidden', name: 'temporary-name', id: 'temporary-id' }
.gl-mt-3
= f.submit _('Create %{type}') % { type: type }, class: 'gl-button btn btn-success', data: { qa_selector: 'create_token_button' }
= f.submit _('Create %{type}') % { type: type }, class: 'gl-button btn btn-confirm', data: { qa_selector: 'create_token_button' }
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