mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05: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
No EOL
161 B
Handlebars
9 lines
No EOL
161 B
Handlebars
{{#if showSpinner}}
|
|
<span class="spinner"></span>
|
|
{{else}}
|
|
{{#if buttonText}}
|
|
{{buttonText}}
|
|
{{else}}
|
|
{{{yield}}}
|
|
{{/if}}
|
|
{{/if}} |