2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Add tooltip to avatars of people who liked a post

This commit is contained in:
Neil Lalonde 2013-07-08 14:00:47 -04:00
parent ad096ac2b7
commit d3fe8f65a2

View file

@ -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>";
});