mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Remove last few curly-component invocations
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
<div class="presence-users">
|
||||
<div class="presence-avatars">
|
||||
{{#each users as |user|}}
|
||||
{{#user-link user=user}}
|
||||
<UserLink @user={{user}}>
|
||||
{{avatar user imageSize="small"}}
|
||||
{{/user-link}}
|
||||
</UserLink>
|
||||
{{/each}}
|
||||
</div>
|
||||
<span class="presence-text">
|
||||
|
@ -1 +1 @@
|
||||
{{composer-presence-display model=model}}
|
||||
<ComposerPresenceDisplay @model={{model}} />
|
||||
|
@ -1,2 +1,2 @@
|
||||
{{!-- Note: the topic-above-footer-buttons outlet is only rendered for logged-in users --}}
|
||||
{{topic-presence-display topic=model}}
|
||||
<TopicPresenceDisplay @topic={{model}} />
|
||||
|
Reference in New Issue
Block a user