mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
9 lines
194 B
Handlebars
9 lines
194 B
Handlebars
<li class="action">
|
|
{{#if @loadingParam}}
|
|
<button disabled type="button" class="link button is-loading is-transparent">
|
|
loading
|
|
</button>
|
|
{{else}}
|
|
{{yield}}
|
|
{{/if}}
|
|
</li> |