Remove quotes in rails admin option
This commit is contained in:
parent
0c8f2ef1e7
commit
ab83ee197e
|
@ -31,4 +31,4 @@
|
||||||
- if current_user.has_role? :administrator
|
- if current_user.has_role? :administrator
|
||||||
%a.dropdown-item{ href: rails_admin_path_for_resource(user), target: '_blank' }
|
%a.dropdown-item{ href: rails_admin_path_for_resource(user), target: '_blank' }
|
||||||
%i.fa.fa-cogs
|
%i.fa.fa-cogs
|
||||||
"View in Kontrollzentrum"
|
View in Kontrollzentrum
|
||||||
|
|
Loading…
Reference in New Issue