summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-20 09:19:22 +0000
committerPhil Hughes <me@iamphill.com>2017-03-20 09:19:22 +0000
commitda8997643096dea3961189215b10b5e9592f0307 (patch)
treec3fbb8701e03e9063d01cb83a72a34bd332afa68
parentf5c282bc33866aad33737dc5835657b0d634a0f5 (diff)
downloadgitlab-ce-da8997643096dea3961189215b10b5e9592f0307.tar.gz
Hide issue board filters on mobile
Closes #29680
-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 3ae78387938..1f1f7f8368b 100644
--- a/app/views/projects/boards/_show.html.haml
+++ b/app/views/projects/boards/_show.html.haml
@@ -12,7 +12,8 @@
= render "projects/issues/head"
-= render 'shared/issuable/filter', type: :boards
+.hidden-xs.hidden-sm
+ = render 'shared/issuable/filter', type: :boards
#board-app.boards-app{ "v-cloak" => true, data: board_data }
.boards-list{ ":class" => "{ 'is-compact': detailIssueVisible }" }