Add email title to user. Could be a proper tooltip?

This commit is contained in:
Ben Ogle
2013-07-25 17:47:03 -07:00
parent f547af2896
commit ad946ea482

View File

@@ -16,6 +16,8 @@ class ParticipantView extends View
@video.click =>
@toggleClass('large')
@attr('title', email)
# emailMd5 = crypto.createHash('md5').update(email).digest('hex')
# @avatar.attr('src', "http://www.gravatar.com/avatar/#{emailMd5}?s=32")