mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
Add tooltip to avatars of people who liked a post
This commit is contained in:
parent
ad096ac2b7
commit
d3fe8f65a2
@ -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…
x
Reference in New Issue
Block a user