mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 18:47:46 +01:00
Turn Disconnect link for services red
This commit is contained in:
parent
383ef62603
commit
45cb2e12af
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
service_path(service),
|
service_path(service),
|
||||||
data: { confirm: t(".confirm", service: service.provider.capitalize) },
|
data: { confirm: t(".confirm", service: service.provider.capitalize) },
|
||||||
method: :delete,
|
method: :delete,
|
||||||
class: 'btn btn-link',
|
class: 'btn btn-link text-danger',
|
||||||
form: { class: 'd-inline' }
|
form: { class: 'd-inline' }
|
||||||
|
|
||||||
.col-md-6.mt-2
|
.col-md-6.mt-2
|
||||||
|
|
Loading…
Reference in a new issue