summaryrefslogtreecommitdiff
path: root/app/helpers/avatars_helper.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-05 14:08:39 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-08 11:03:18 -0500
commit415921a7f38a19bc907ce0b3db21e4e66e9b1ac2 (patch)
treeff627d6176807031be30fbe27af78a7ea22f326d /app/helpers/avatars_helper.rb
parentace19ec58f39faa084e6f5372732e3c094011c8e (diff)
downloadgitlab-ce-415921a7f38a19bc907ce0b3db21e4e66e9b1ac2.tar.gz
Add avatar to commit message; environment style updates to match pipelines page
Diffstat (limited to 'app/helpers/avatars_helper.rb')
-rw-r--r--app/helpers/avatars_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/helpers/avatars_helper.rb b/app/helpers/avatars_helper.rb
index 6ff40c6b461..010246b6c23 100644
--- a/app/helpers/avatars_helper.rb
+++ b/app/helpers/avatars_helper.rb
@@ -8,8 +8,6 @@ module AvatarsHelper
}))
end
- private
-
def user_avatar(options = {})
avatar_size = options[:size] || 16
user_name = options[:user].try(:name) || options[:user_name]