Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Gerd Tenberge <janten@gmail.com>2015-11-01 04:42:36 +0300
committerJan-Gerd Tenberge <janten@gmail.com>2015-11-01 04:42:36 +0300
commit3b717c8a8c1e0f10bc06fd8501ce2423c98490d4 (patch)
tree25f140489d346fa4606c63c1717f3d89cab17d59 /app/helpers/application_helper.rb
parentc5146ca1517412b0389c483f18c13072e2abc4a3 (diff)
Fix typo
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 3fa7d2bb1cd..3230ff1b004 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -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