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
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}}
|
||||
<DButton
|
||||
class="deauthorize"
|
||||
@title=admin.wizard.subscription.deauthorize.title
|
||||
@title="admin.wizard.subscription.deauthorize.title"
|
||||
@disabled={{unauthorizing}}
|
||||
@action={{this.deauthorize}}
|
||||
>
|
||||
|
@ -13,8 +13,8 @@
|
|||
<DButton
|
||||
@icon="id-card"
|
||||
class="btn-primary"
|
||||
@label=admin.wizard.subscription.authorize.label
|
||||
@title=admin.wizard.subscription.authorize.title
|
||||
@label="admin.wizard.subscription.authorize.label"
|
||||
@title="admin.wizard.subscription.authorize.title"
|
||||
@action={{this.authorize}}
|
||||
/>
|
||||
{{/if}}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import {
|
||||
acceptance,
|
||||
exists,
|
||||
query,
|
||||
visible,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import {
|
||||
acceptance,
|
||||
exists,
|
||||
query,
|
||||
visible,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
|
|
Laden …
In neuem Issue referenzieren