0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 11:52:54 +01: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 <button
onclick={{this.click}} onclick={{this.click}}
type="button"
class="wizard-subscription-badge {{this.subscription.subscriptionType}}" class="wizard-subscription-badge {{this.subscription.subscriptionType}}"
title="{{this.title}}" title={{this.title}}
> >
<svg <svg
width="300px" width="300px"

Datei anzeigen

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