UX: Change Impersonate to btn-danger
This commit is contained in:
parent
defe1dd86f
commit
3413228e89
|
@ -6,7 +6,7 @@
|
|||
{{i18n admin.user.show_public_profile}}
|
||||
{{/link-to}}
|
||||
{{#if can_impersonate}}
|
||||
<button class='btn' {{action impersonate target="content"}}>
|
||||
<button class='btn btn-danger' {{action impersonate target="content"}}>
|
||||
<i class='fa fa-crosshairs'></i>
|
||||
{{i18n admin.user.impersonate}}
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue