Disable the delete button in the acl list for the anon token only
This commit is contained in:
parent
853a40b256
commit
8a1c361e17
|
@ -47,9 +47,11 @@
|
|||
<li>
|
||||
<a onclick={{action 'sendClone' item}}>Clone</a>
|
||||
</li>
|
||||
{{# if (not-eq item.ID 'anonymous') }}
|
||||
<li>
|
||||
<a onclick={{action confirm 'delete' item}}>Delete</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{/action-group}}
|
||||
{{/block-slot}}
|
||||
|
|
Loading…
Reference in New Issue