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:
Diffstat (limited to 'app/views/search/_results_list.html.haml')
-rw-r--r--app/views/search/_results_list.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/search/_results_list.html.haml b/app/views/search/_results_list.html.haml
index fcbf0ba4452..ff79f003e7d 100644
--- a/app/views/search/_results_list.html.haml
+++ b/app/views/search/_results_list.html.haml
@@ -1,3 +1,6 @@
+.advanced-search-promote
+ = render_if_exists 'shared/promotions/promote_advanced_search'
+
- if @timeout
= render partial: "search/results/timeout"
- elsif @search_results.respond_to?(:failed?) && @search_results.failed?