0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21: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}} 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>

Datei anzeigen

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