Skip to content
Snippets Groups Projects
Commit b24d0534 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Removes class 'btn-link' of Revoke button

parent ebc4299d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,6 +6,7 @@ v 8.13.0 (unreleased)
 
v 8.12.2 (unreleased)
- Fix Import/Export not recognising correctly the imported services.
- Revoke button in Applications Settings underlines on hover.
 
v 8.12.1
- Fix a memory leak in HTML::Pipeline::SanitizationFilter::WHITELIST
Loading
Loading
Loading
Loading
@@ -6,4 +6,4 @@
= form_tag path do
%input{:name => "_method", :type => "hidden", :value => "delete"}/
= submit_tag 'Revoke', onclick: "return confirm('Are you sure?')", class: 'btn btn-link btn-remove btn-sm'
= submit_tag 'Revoke', onclick: "return confirm('Are you sure?')", class: 'btn btn-remove btn-sm'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment