mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: enforces block-indentation of ember-template-lint rules (#9408)
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
</span>
|
||||
{{else}}
|
||||
{{#if selectKit.filter}}
|
||||
{{#if selectKit.hasNoContent}}
|
||||
<span class="no-content">
|
||||
{{i18n "select_kit.no_content"}}
|
||||
</span>
|
||||
{{/if}}
|
||||
{{#if selectKit.hasNoContent}}
|
||||
<span class="no-content">
|
||||
{{i18n "select_kit.no_content"}}
|
||||
</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#each collections as |collection|}}
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
</span>
|
||||
{{else}}
|
||||
{{#if selectKit.filter}}
|
||||
{{#if selectKit.hasNoContent}}
|
||||
<span class="no-content">
|
||||
{{i18n "select_kit.no_content"}}
|
||||
</span>
|
||||
{{/if}}
|
||||
{{#if selectKit.hasNoContent}}
|
||||
<span class="no-content">
|
||||
{{i18n "select_kit.no_content"}}
|
||||
</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#each collections as |collection|}}
|
||||
|
||||
Reference in New Issue
Block a user