[openstreetmap-website] Gravatar support (#131)
Tom Hughes
notifications at github.com
Tue Oct 16 14:37:20 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
Is this effectively the only size we ask for? If it is then we should use 100 as that is the largest size we normally try and display.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/131/files#r1854631
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20121016/1a689f73/attachment-0001.html>
More information about the rails-dev
mailing list