Commit 3b717c8a authored by Jan-Gerd Tenberge's avatar Jan-Gerd Tenberge

Fix typo

parent c5146ca1
......@@ -78,7 +78,7 @@ module ApplicationHelper
if user
user.avatar_url(size) || default_avatar
else
gravatar_icon(user_or_email, size, scales)
gravatar_icon(user_or_email, size, scale)
end
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