0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-18 23:01:11 +02:00
Dieser Commit ist enthalten in:
merefield 2023-09-24 12:38:13 +01:00
Ursprung 0399cff6a5
Commit 74a96af622
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -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>

Datei anzeigen

@ -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"