mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
a7ed98cc3e
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}} |