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