[openstreetmap-website] Gravatar support (#131)
Paweł Paprota
notifications at github.com
Tue Oct 16 14:40:26 GMT 2012
> @@ -29,4 +45,19 @@ def openid_button(name, url)
> :title => t("user.login.openid_providers.#{name}.title")
> )
> end
> +
> + # Gravatar support
> +
> + # See http://en.gravatar.com/site/implement/images/ for details.
> + def user_gravatar_url(user, options = {})
> + options = {:size => 80}.merge! options
Yes, this is the only place when :size is used currently. I will change it to 100.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/131/files#r1854678
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20121016/127f5410/attachment.html>
More information about the rails-dev
mailing list