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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-05 22:08:39 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-08 19:03:18 +0300
commit415921a7f38a19bc907ce0b3db21e4e66e9b1ac2 (patch)
treeff627d6176807031be30fbe27af78a7ea22f326d /app/helpers/avatars_helper.rb
parentace19ec58f39faa084e6f5372732e3c094011c8e (diff)
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]