Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
linting
Dieser Commit ist enthalten in:
Ursprung
0399cff6a5
Commit
74a96af622
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -1,4 +1,4 @@
|
||||||
<a
|
<button
|
||||||
onclick={{this.click}}
|
onclick={{this.click}}
|
||||||
class="wizard-subscription-badge {{this.subscription.subscriptionType}}"
|
class="wizard-subscription-badge {{this.subscription.subscriptionType}}"
|
||||||
title="{{this.title}}"
|
title="{{this.title}}"
|
||||||
|
@ -27,4 +27,4 @@
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
<span>{{label}}</span>
|
<span>{{label}}</span>
|
||||||
</a>
|
</button>
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="supplier-authorize">
|
<div class="supplier-authorize">
|
||||||
{{#if authorized}}
|
{{#if authorized}}
|
||||||
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
||||||
<a
|
<button
|
||||||
{{action "deauthorize"}}
|
{{action "deauthorize"}}
|
||||||
class="deauthorize"
|
class="deauthorize"
|
||||||
title={{i18n "admin.subscription_client.supplier.deauthorize"}}
|
title={{i18n "admin.subscription_client.supplier.deauthorize"}}
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
disabled={{unauthorizing}}
|
disabled={{unauthorizing}}
|
||||||
>
|
>
|
||||||
{{i18n "admin.wizard.subscription.deauthorize"}}
|
{{i18n "admin.wizard.subscription.deauthorize"}}
|
||||||
</a>
|
</button>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{d-button
|
{{d-button
|
||||||
icon="id-card"
|
icon="id-card"
|
||||||
|
|
Laden …
In neuem Issue referenzieren