Skip to content

Commit

Permalink
Add gravatar.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfine committed May 4, 2012
1 parent acdc319 commit f0fb4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ranked/player.rb
Expand Up @@ -9,7 +9,7 @@ def display_name
end

def gravatar
"http://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(user)}.png?s=20&d=404"
"http://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(user)}.png?s=20&d=mm"
end
end
end

0 comments on commit f0fb4c8

Please sign in to comment.