mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
DEV: enforce no-quoteless-attributes ember-template-lint (#9400)
This commit is contained in:
parent
d891665ac5
commit
3cac60f07c
@ -35,7 +35,7 @@ module.exports = {
|
||||
"no-outlet-outside-routes": true,
|
||||
"no-partial": true,
|
||||
"no-positive-tabindex": false,
|
||||
"no-quoteless-attributes": false,
|
||||
"no-quoteless-attributes": true,
|
||||
"no-shadowed-elements": true,
|
||||
"no-trailing-spaces": true,
|
||||
"no-triple-curlies": true,
|
||||
|
@ -119,7 +119,7 @@
|
||||
{{else}}
|
||||
<tr class={{dasherize authProvider.method.name}}>
|
||||
<td>{{authProvider.method.prettyName}}</td>
|
||||
<td colspan=2>
|
||||
<td colspan="2">
|
||||
{{#if authProvider.method.can_connect}}
|
||||
{{d-button action=(action "connectAccount") actionParam=authProvider.method label="user.associated_accounts.connect" class="btn-default" icon="plug" disabled=disableConnectButtons}}
|
||||
{{else}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user