mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-04 09:54:00 -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({
|
iconsHtml += Discourse.Utilities.avatarImg({
|
||||||
size: 'small',
|
size: 'small',
|
||||||
username: u.get('username'),
|
username: u.get('username'),
|
||||||
avatarTemplate: u.get('avatar_template')
|
avatarTemplate: u.get('avatar_template'),
|
||||||
|
title: u.get('username')
|
||||||
});
|
});
|
||||||
iconsHtml += "</a>";
|
iconsHtml += "</a>";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue