Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Engelen <michel@nomorejs.net>2019-05-30 12:35:10 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-05-30 12:35:10 +0300
commit102041ac0add7bdcf87e207705c82c9ffde0a249 (patch)
tree1f746ddb77a46334e4b6e65b86dce054c9f7c97c /app/views/search
parent3a50fc5d193c4d3c2687875222fee33acdab528f (diff)
Backport of EE change in `app/views/search/_form.html.haml`
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/_form.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/search/_form.html.haml b/app/views/search/_form.html.haml
index 4af0c6bf84a..db0dcc8adfb 100644
--- a/app/views/search/_form.html.haml
+++ b/app/views/search/_form.html.haml
@@ -13,3 +13,4 @@
- unless params[:snippets].eql? 'true'
= render 'filter'
= button_tag _("Search"), class: "btn btn-success btn-search"
+ = render_if_exists 'search/form_elasticsearch'