mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add email title to user. Could be a proper tooltip?
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user