Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-21 17:00:29 +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}}
|
||||
class="wizard-subscription-badge {{this.subscription.subscriptionType}}"
|
||||
title="{{this.title}}"
|
||||
|
@ -27,4 +27,4 @@
|
|||
</g>
|
||||
</svg>
|
||||
<span>{{label}}</span>
|
||||
</a>
|
||||
</button>
|
|
@ -1,7 +1,7 @@
|
|||
<div class="supplier-authorize">
|
||||
{{#if authorized}}
|
||||
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
||||
<a
|
||||
<button
|
||||
{{action "deauthorize"}}
|
||||
class="deauthorize"
|
||||
title={{i18n "admin.subscription_client.supplier.deauthorize"}}
|
||||
|
@ -9,7 +9,7 @@
|
|||
disabled={{unauthorizing}}
|
||||
>
|
||||
{{i18n "admin.wizard.subscription.deauthorize"}}
|
||||
</a>
|
||||
</button>
|
||||
{{else}}
|
||||
{{d-button
|
||||
icon="id-card"
|
||||
|
|
Laden …
In neuem Issue referenzieren