summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-11-01 18:39:06 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-11-01 18:39:06 +0000
commit85b855aa6ba070fc1d79d006075270cfcba33316 (patch)
tree1431398914f55132c8b1d08ce14cd72e28570c5e
parent8336a04d434bad642b2be6ba54754c438cdb4486 (diff)
parentfe0824d6a435cf18966322565e34f478c6193086 (diff)
downloadgitlab-ce-85b855aa6ba070fc1d79d006075270cfcba33316.tar.gz
Merge branch 'ee-8121-geo-search-bar' into 'master'
CE backport from Added a search bar to `Admin > Geo > Projects` See merge request gitlab-org/gitlab-ce!22747
-rw-r--r--app/views/shared/projects/_search_form.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/shared/projects/_search_form.html.haml b/app/views/shared/projects/_search_form.html.haml
index b89194bcc67..3b5c13ed93a 100644
--- a/app/views/shared/projects/_search_form.html.haml
+++ b/app/views/shared/projects/_search_form.html.haml
@@ -21,3 +21,5 @@
- if params[:visibility_level].present?
= hidden_field_tag :visibility_level, params[:visibility_level]
+
+ = render_if_exists 'shared/projects/search_fields'