mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: enforces double quotes ember-template-lint (#9416)
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user