summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 13:50:35 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 13:52:14 -0500
commit0ff1fccd8d93e7ddc0cc0650d588a50e2ce6b2c0 (patch)
treee5b4fe918640d9f5540af14e4cd10468aa06626a /app/views/layouts
parentb413785e1dfdbc594e86880e79e20bdd5963c938 (diff)
downloadgitlab-ce-0ff1fccd8d93e7ddc0cc0650d588a50e2ce6b2c0.tar.gz
[skip ci] Rename .hide to .d-none
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_search.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_search.html.haml b/app/views/layouts/_search.html.haml
index 52587760ba4..5fe6e439226 100644
--- a/app/views/layouts/_search.html.haml
+++ b/app/views/layouts/_search.html.haml
@@ -52,4 +52,4 @@
= hidden_field_tag :snippets, true
= hidden_field_tag :repository_ref, @ref
= button_tag 'Go' if ENV['RAILS_ENV'] == 'test'
- .search-autocomplete-opts.hide{ :'data-autocomplete-path' => search_autocomplete_path, :'data-autocomplete-project-id' => @project.try(:id), :'data-autocomplete-project-ref' => @ref }
+ .search-autocomplete-opts.d-none{ :'data-autocomplete-path' => search_autocomplete_path, :'data-autocomplete-project-id' => @project.try(:id), :'data-autocomplete-project-ref' => @ref }