alright, let's don't.
This commit is contained in:
parent
6078555c20
commit
d9d23edc6d
|
@ -51,7 +51,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def gravatar_url(user)
|
||||
return '/cage.png'
|
||||
# return '/cage.png'
|
||||
return '//www.gravatar.com/avatar' if user.nil?
|
||||
return "//www.gravatar.com/avatar/#{Digest::MD5.hexdigest(user)}" if user.is_a? String
|
||||
"//www.gravatar.com/avatar/#{Digest::MD5.hexdigest(user.email)}"
|
||||
|
|
Loading…
Reference in New Issue