Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
linting
Dieser Commit ist enthalten in:
Ursprung
6755c70d31
Commit
0ad8616239
2 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -2,7 +2,6 @@
|
||||||
@action={{this.click}}
|
@action={{this.click}}
|
||||||
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"
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
class="btn btn-pavilion-support {{this.subscription.subscriptionType}}"
|
class="btn btn-pavilion-support {{this.subscription.subscriptionType}}"
|
||||||
@title={{this.title}}
|
@title={{this.title}}
|
||||||
@label={{this.label}}
|
@label={{this.label}}
|
||||||
@icon="{{this.icon}}"
|
@icon={{this.icon}}
|
||||||
/>
|
/>
|
Laden …
In neuem Issue referenzieren