mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 15:28:40 +08:00
FIX: Ignore title in user avatar.
This commit is contained in:
parent
e82e72568e
commit
3caf696d3a
@ -2,7 +2,7 @@
|
|||||||
{{#each users as |user|}}
|
{{#each users as |user|}}
|
||||||
<li>
|
<li>
|
||||||
<a data-user-card={{unbound user.username}}>
|
<a data-user-card={{unbound user.username}}>
|
||||||
{{avatar user imageSize="tiny"}}
|
{{avatar user imageSize="tiny" ignoreTitle="true"}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user