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
44f2394e75
Commit
9017871f2e
4 geänderte Dateien mit 8 neuen und 6 gelöschten Zeilen
|
@ -3,7 +3,7 @@
|
||||||
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
||||||
<DButton
|
<DButton
|
||||||
class="deauthorize"
|
class="deauthorize"
|
||||||
@title=admin.wizard.subscription.deauthorize.title
|
@title="admin.wizard.subscription.deauthorize.title"
|
||||||
@disabled={{unauthorizing}}
|
@disabled={{unauthorizing}}
|
||||||
@action={{this.deauthorize}}
|
@action={{this.deauthorize}}
|
||||||
>
|
>
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
<DButton
|
<DButton
|
||||||
@icon="id-card"
|
@icon="id-card"
|
||||||
class="btn-primary"
|
class="btn-primary"
|
||||||
@label=admin.wizard.subscription.authorize.label
|
@label="admin.wizard.subscription.authorize.label"
|
||||||
@title=admin.wizard.subscription.authorize.title
|
@title="admin.wizard.subscription.authorize.title"
|
||||||
@action={{this.authorize}}
|
@action={{this.authorize}}
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
import {
|
import {
|
||||||
acceptance,
|
acceptance,
|
||||||
|
exists,
|
||||||
query,
|
query,
|
||||||
visible,
|
visible,
|
||||||
} from "discourse/tests/helpers/qunit-helpers";
|
} from "discourse/tests/helpers/qunit-helpers";
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
import {
|
import {
|
||||||
acceptance,
|
acceptance,
|
||||||
|
exists,
|
||||||
query,
|
query,
|
||||||
visible,
|
visible,
|
||||||
} from "discourse/tests/helpers/qunit-helpers";
|
} from "discourse/tests/helpers/qunit-helpers";
|
||||||
|
|
Laden …
In neuem Issue referenzieren