summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-08 14:00:28 +0000
committerPhil Hughes <me@iamphill.com>2017-03-08 14:00:28 +0000
commit9ef84008d65dcdb5a9e2d83e7a0c053044fc91f7 (patch)
treec90186d7f59195bfbde625ca861a086ac52d8662
parenta12b99a7698c851ddb5ea91916e19241fb189ced (diff)
downloadgitlab-ce-9ef84008d65dcdb5a9e2d83e7a0c053044fc91f7.tar.gz
Hides on mobile
-rw-r--r--app/views/projects/boards/_show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/boards/_show.html.haml b/app/views/projects/boards/_show.html.haml
index a3593c9f5db..fa463edd526 100644
--- a/app/views/projects/boards/_show.html.haml
+++ b/app/views/projects/boards/_show.html.haml
@@ -13,7 +13,8 @@
= render "projects/issues/head"
-= render 'shared/issuable/search_bar', type: :boards
+.hidden-xs.hidden-sm
+ = render 'shared/issuable/search_bar', type: :boards
#board-app.boards-app{ "v-cloak" => true, data: board_data }
.boards-list{ ":class" => "{ 'is-compact': detailIssueVisible }" }