mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Trivially fix some odd whitespace, indentation
This commit is contained in:
parent
bb8f0087f4
commit
a31a458a67
@ -1,11 +1,10 @@
|
|||||||
{{#load-more selector=".user-stream-item" action="loadMore"}}
|
{{#load-more selector=".user-stream-item" action="loadMore"}}
|
||||||
<div class="user-stream">
|
<div class="user-stream">
|
||||||
{{#each model as |post|}}
|
{{#each model as |post|}}
|
||||||
{{group-post post=post class="user-stream-item item"}}
|
{{group-post post=post class="user-stream-item item"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
<div>{{i18n emptyText}}</div>
|
<div>{{i18n emptyText}}</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
{{conditional-loading-spinner condition=loading}}
|
{{conditional-loading-spinner condition=loading}}
|
||||||
{{/load-more}}
|
{{/load-more}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user