Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
19 Zeilen
Kein EOL
452 B
Handlebars
19 Zeilen
Kein EOL
452 B
Handlebars
<DButton
|
|
@icon={{this.updateIcon}}
|
|
@action={{this.update}}
|
|
class="btn update"
|
|
@disabled={{this.updating}}
|
|
@title="admin.wizard.subscription.update.title"
|
|
>
|
|
{{#if this.updating}}
|
|
{{loading-spinner size="small"}}
|
|
{{/if}}
|
|
</DButton>
|
|
<DButton
|
|
@action={{this.click}}
|
|
class="wizard-subscription-badge {{this.subscription.subscriptionType}}"
|
|
@title={{this.title}}
|
|
>
|
|
{{d-icon "pavilion-logo"}}
|
|
<span>{{this.label}}</span>
|
|
</DButton> |