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
|
h3 Cercles
|
||||||
|
|
||||||
solid-link(
|
solid-ac-checker(data-src=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`, permission='acl:Append')
|
||||||
class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-plus'
|
solid-link(
|
||||||
next='admin-circle-create'
|
class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-plus'
|
||||||
) Créer un cercle
|
next='admin-circle-create'
|
||||||
|
) Créer un cercle
|
||||||
|
|
||||||
.table-wrapper
|
.table-wrapper
|
||||||
.table
|
.table
|
||||||
|
Loading…
Reference in New Issue
Block a user