|
@@ -9,7 +9,7 @@ file that was distributed with this source code.
|
|
|
|
|
|
#}
|
|
|
|
|
|
-{% if admin.isAclEnabled() and admin.hasRoute('acl') and admin.id(object) and admin.isGranted('MASTER', object)%}
|
|
|
+{% if admin.isAclEnabled() and admin.hasRoute('acl') and admin.id(object) and admin.isGranted('MASTER', object) %}
|
|
|
<a class="sonata-action-element" href="{{ admin.generateObjectUrl('acl', object) }}">
|
|
|
<i class="fa fa-users"></i>
|
|
|
{{ 'link_action_acl'|trans({}, 'SonataAdminBundle') }}</a>
|