Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
linting
Dieser Commit ist enthalten in:
Ursprung
74a96af622
Commit
c89dbbb7a8
2 geänderte Dateien mit 6 neuen und 4 gelöschten Zeilen
|
@ -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"
|
||||||
|
|
|
@ -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>
|
Laden …
In neuem Issue referenzieren