52a62f2b8d
UI to accompany the new ACLs APIs
11 lines
274 B
Handlebars
11 lines
274 B
Handlebars
{{yield}}
|
|
{{#yield-slot 'action' (block-params confirm cancel)}}
|
|
{{#if (or permanent (not confirming))}}
|
|
{{yield}}
|
|
{{/if}}
|
|
{{/yield-slot}}
|
|
{{#yield-slot 'dialog' (block-params execute cancel message actionName)}}
|
|
{{#if confirming }}
|
|
{{yield}}
|
|
{{/if}}
|
|
{{/yield-slot}} |