feature: Show add circle button only if user has the proper rights
This commit is contained in:
parent
5428e5aa54
commit
477eb01424
@ -33,10 +33,11 @@
|
||||
|
||||
h3 Cercles
|
||||
|
||||
solid-link(
|
||||
class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-plus'
|
||||
next='admin-circle-create'
|
||||
) Créer un cercle
|
||||
solid-ac-checker(data-src=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`, permission='acl:Append')
|
||||
solid-link(
|
||||
class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-plus'
|
||||
next='admin-circle-create'
|
||||
) Créer un cercle
|
||||
|
||||
.table-wrapper
|
||||
.table
|
||||
|
Loading…
Reference in New Issue
Block a user