DEV: enforces block-indentation of ember-template-lint rules (#9408)

This commit is contained in:
Joffrey JAFFEUX
2020-04-13 17:17:20 +02:00
committed by GitHub
parent a863d8eecb
commit b66b277dc4
101 changed files with 2543 additions and 2489 deletions

View File

@@ -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|}}

View File

@@ -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|}}