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:43:20 +01:00
Ursprung 74a96af622
Commit c89dbbb7a8
2 geänderte Dateien mit 6 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -1,7 +1,8 @@
<button
onclick={{this.click}}
type="button"
class="wizard-subscription-badge {{this.subscription.subscriptionType}}"
title="{{this.title}}"
title={{this.title}}
>
<svg
width="300px"

Datei anzeigen

@ -1,7 +1,8 @@
<a
<button
onclick={{this.click}}
type="button"
class="btn btn-pavilion-support {{this.subscription.subscriptionType}}"
title="{{this.title}}"
title={{this.title}}
>
{{d-icon icon}}{{label}}
</a>
</button>