mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 18:12:46 +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|}}
|
||||
<li>
|
||||
<a data-user-card={{unbound user.username}}>
|
||||
{{avatar user imageSize="tiny"}}
|
||||
{{avatar user imageSize="tiny" ignoreTitle="true"}}
|
||||
</a>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user