summaryrefslogtreecommitdiff
path: root/app/helpers/markup_helper.rb
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-11-16 16:30:43 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-11-18 18:05:17 -0600
commit6c4f28026357993b5e09992cff8166a739d8cd23 (patch)
treed027b6c6c329c18f41b99d3edd8fcd1b2a5278f7 /app/helpers/markup_helper.rb
parent0f5faea404ab514917adf06768f1a0991482b5b5 (diff)
downloadgitlab-ce-6c4f28026357993b5e09992cff8166a739d8cd23.tar.gz
Add inline editing to issues on mobile
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39497
Diffstat (limited to 'app/helpers/markup_helper.rb')
-rw-r--r--app/helpers/markup_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/markup_helper.rb b/app/helpers/markup_helper.rb
index 2c85d7d7720..59f3c54d30c 100644
--- a/app/helpers/markup_helper.rb
+++ b/app/helpers/markup_helper.rb
@@ -221,7 +221,7 @@ module MarkupHelper
data = options[:data].merge({ container: 'body' })
content_tag :button,
type: 'button',
- class: 'toolbar-btn js-md has-tooltip hidden-xs',
+ class: 'toolbar-btn js-md has-tooltip',
tabindex: -1,
data: data,
title: options[:title],