Skip to content

Commit

Permalink
Always show username on hover, unless there's something else more int…
Browse files Browse the repository at this point in the history
…eresting to say.
  • Loading branch information
eviltrout committed Feb 7, 2013
1 parent 06f4d7c commit 2c8c602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Handlebars.registerHelper 'avatar', (user, options) ->
size: options.hash.imageSize
extraClasses: Em.get(user, 'extras') || options.hash.extraClasses
username: username
title: Em.get(user, 'title') || Em.get(user, 'description')
title: Em.get(user, 'title') || Em.get(user, 'description') || username
avatarTemplate: Ember.get(user, 'avatar_template') || options.hash.avatarTemplate
)

Expand Down

0 comments on commit 2c8c602

Please sign in to comment.