mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
9acef445ee
* deps: ember-concurrency@0.7.8 * initial conversion of post & user actions to e-concurrency tasks - add task button which handles auto-spinning of e-concurrency tasks - fix tests
10 lines
162 B
Handlebars
10 lines
162 B
Handlebars
{{#if showSpinner}}
|
|
<span class="spinner"></span>
|
|
{{else}}
|
|
{{#if buttonText}}
|
|
{{buttonText}}
|
|
{{else}}
|
|
{{{yield}}}
|
|
{{/if}}
|
|
{{/if}}
|