Skip to content

Instantly share code, notes, and snippets.

@acosonic
Created March 22, 2016 11:01
Show Gist options
  • Save acosonic/ce8bb6c4662740f61f78 to your computer and use it in GitHub Desktop.
Save acosonic/ce8bb6c4662740f61f78 to your computer and use it in GitHub Desktop.
#image_url = url_for :only_path => false, :controller => 'account', :action => 'get_avatar', :id => user
options[:size] = "64" unless options[:size]
image_url = "https://example.com/users/" + user.login
return "<img class=\"gravatar\" width=\"#{options[:size]}\" height=\"#{options[:size]}\" src=\"#{image_url}\" />".html_safe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment