diff options
author | Phil Hughes <me@iamphill.com> | 2017-03-08 14:00:28 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-03-08 14:00:28 +0000 |
commit | 9ef84008d65dcdb5a9e2d83e7a0c053044fc91f7 (patch) | |
tree | c90186d7f59195bfbde625ca861a086ac52d8662 | |
parent | a12b99a7698c851ddb5ea91916e19241fb189ced (diff) | |
download | gitlab-ce-9ef84008d65dcdb5a9e2d83e7a0c053044fc91f7.tar.gz |
Hides on mobile
-rw-r--r-- | app/views/projects/boards/_show.html.haml | 3 |
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 }" } |