Commit f93177c6 authored by Jan-Gerd Tenberge's avatar Jan-Gerd Tenberge

Add scale parameter to helper

parent 3ef71fa4
......@@ -78,8 +78,8 @@ module ApplicationHelper
end
end
def gravatar_icon(user_email = '', size = nil)
GravatarService.new.execute(user_email, size) ||
def gravatar_icon(user_email = '', size = nil, scale = 2)
GravatarService.new.execute(user_email, size, scale) ||
default_avatar
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment