DEV: enforces double quotes ember-template-lint (#9416)

This commit is contained in:
Joffrey JAFFEUX
2020-04-14 08:18:49 +02:00
committed by GitHub
parent 2d122f0393
commit c4644c61d9
332 changed files with 1788 additions and 1789 deletions

View File

@@ -1,4 +1,4 @@
<section class="details {{unless model.active 'not-activated'}}">
<section class="details {{unless model.active "not-activated"}}">
<div class="user-controls">
{{#if model.canViewProfile}}
{{#link-to "user" model class="btn btn-default"}}
@@ -604,7 +604,7 @@
</div>
<div class="controls">
{{#if model.flags_received_count}}
{{#link-to 'review' (query-params username=model.username type="ReviewableFlaggedPost" status="all") class="btn"}}
{{#link-to "review" (query-params username=model.username type="ReviewableFlaggedPost" status="all") class="btn"}}
{{i18n "admin.user.show_flags_received"}}
{{/link-to}}
{{/if}}