mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
c7ef8b6c24
refs #5652 - changes the spin-button so that it only sets the size when the button is submitting instead of all of the time
9 lines
161 B
Handlebars
9 lines
161 B
Handlebars
{{#if showSpinner}}
|
|
<span class="spinner"></span>
|
|
{{else}}
|
|
{{#if buttonText}}
|
|
{{buttonText}}
|
|
{{else}}
|
|
{{{yield}}}
|
|
{{/if}}
|
|
{{/if}} |