Commit 84668c6fc7ed8d2c021be8086b94d6cfd80fd9e6

Merge branch 'master' of git://gitorious.org/gitorious/mainline

Commit diff

app/helpers/application_helper.rb

 
6565 def gravatar_url_for(email, options = {})
6666 "http://www.gravatar.com/avatar.php?gravatar_id=" <<
6767 Digest::MD5.hexdigest(email) <<
68 "&amp;default=" <<
69 u("http://#{request.host}:#{request.port}/images/default_face.gif") <<
6870 options.map { |k,v| "&amp;#{k}=#{v}" }.join
6971 end
7072
toggle raw diff

public/images/default_face.gif

 
toggle raw diff

public/images/default_face.png

 
toggle raw diff