mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
FIX: Ignore title in user avatar.
This commit is contained in:
parent
e82e72568e
commit
3caf696d3a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue