Commit 9aace062 authored by Yogi's avatar Yogi Committed by Kushal Pandya

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

parent 54afa534
......@@ -40,5 +40,5 @@
= render 'shared/tokens/scopes_form', prefix: 'doorkeeper_application', token: application, scopes: @scopes
.form-actions
= f.submit 'Submit', class: "gl-button btn btn-success wide"
= link_to "Cancel", admin_applications_path, class: "gl-button btn btn-cancel"
= f.submit 'Submit', class: "gl-button btn btn-confirm wide"
= link_to "Cancel", admin_applications_path, class: "gl-button btn btn-default btn-cancel"
......@@ -4,7 +4,7 @@
%p.light
= _('System OAuth applications don\'t belong to any user and can only be managed by admins')
%hr
%p= link_to _('New application'), new_admin_application_path, class: 'gl-button btn btn-success'
%p= link_to _('New application'), new_admin_application_path, class: 'gl-button btn btn-confirm'
.table-responsive
%table.table
%thead
......
---
title: Move to btn-confirm from btn-success in admin/applications directory
merge_request: 55265
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