summaryrefslogtreecommitdiff
path: root/app/helpers/commits_helper.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-31 11:04:18 +0100
committerPhil Hughes <me@iamphill.com>2016-06-08 10:11:44 +0100
commit97cee7e231689a7dee2f193411f3cd7962c6ea52 (patch)
treedfa956fc5cc46d595c7e6785107cf478543d73be /app/helpers/commits_helper.rb
parent48726e9d307536318c7d87e2ba93f93582e22bfa (diff)
downloadgitlab-ce-97cee7e231689a7dee2f193411f3cd7962c6ea52.tar.gz
Improved spacing on mobile
Diffstat (limited to 'app/helpers/commits_helper.rb')
-rw-r--r--app/helpers/commits_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/commits_helper.rb b/app/helpers/commits_helper.rb
index 3dbb6e4a551..55d65698292 100644
--- a/app/helpers/commits_helper.rb
+++ b/app/helpers/commits_helper.rb
@@ -23,7 +23,7 @@ module CommitsHelper
source_email = clean(commit.send "#{options[:source]}_email".to_sym)
person_email = user.try(:email) || source_email
- image_tag(avatar_icon(person_email, options[:size]), class: "avatar #{"s#{options[:size]}" if options[:size]}", width: options[:size], alt: "")
+ image_tag(avatar_icon(person_email, options[:size]), class: "avatar #{"s#{options[:size]}" if options[:size]} hidden-xs", width: options[:size], alt: "")
end
def image_diff_class(diff)