mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-24 13:03:35 -04:00
Add tooltip to avatars of people who liked a post
This commit is contained in:
parent
ad096ac2b7
commit
d3fe8f65a2
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ Discourse.ActionsHistoryView = Discourse.View.extend({
|
|||
iconsHtml += Discourse.Utilities.avatarImg({
|
||||
size: 'small',
|
||||
username: u.get('username'),
|
||||
avatarTemplate: u.get('avatar_template')
|
||||
avatarTemplate: u.get('avatar_template'),
|
||||
title: u.get('username')
|
||||
});
|
||||
iconsHtml += "</a>";
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue