Merge branch 'issue/11040' into 'master'
Backport of EE change in `app/views/search/_form.html.haml` See merge request gitlab-org/gitlab-ce!28883
This commit is contained in:
commit
c8b4edf651
2 changed files with 6 additions and 0 deletions
|
@ -13,3 +13,4 @@
|
||||||
- unless params[:snippets].eql? 'true'
|
- unless params[:snippets].eql? 'true'
|
||||||
= render 'filter'
|
= render 'filter'
|
||||||
= button_tag _("Search"), class: "btn btn-success btn-search"
|
= button_tag _("Search"), class: "btn btn-success btn-search"
|
||||||
|
= render_if_exists 'search/form_elasticsearch'
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Added conditional rendering to `app/views/search/_form.html.haml` for CE/EE code base consistency"
|
||||||
|
merge_request: 28883
|
||||||
|
author: Michel Engelen
|
||||||
|
type: other
|
Loading…
Reference in a new issue