[openstreetmap-website] Gravatar support (#131)
Tom Hughes
notifications at github.com
Tue Oct 16 14:42:48 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
To be honest I would just put `s=100` in the URL for now rather than faffing around with options like that, given that we're not really using them.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/131/files#r1854719
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20121016/fa7151e7/attachment.html>
More information about the rails-dev
mailing list