summaryrefslogtreecommitdiff
path: root/app/views/search
diff options
context:
space:
mode:
authorMario de la Ossa <mariodelaossa@gmail.com>2019-03-19 13:56:03 -0600
committerMario de la Ossa <mariodelaossa@gmail.com>2019-03-19 14:17:16 -0600
commit2a520b1ce75f2f06d9780f9b6f17893d9f775422 (patch)
tree21893582a6aa91ffb75aea035f60abf2d086fdbc /app/views/search
parent74ebeebbcdbe5a996610fa02711f0563b4a774fa (diff)
downloadgitlab-ce-2a520b1ce75f2f06d9780f9b6f17893d9f775422.tar.gz
Avoid loading pipeline status in project search
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/_results.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/_results.html.haml b/app/views/search/_results.html.haml
index be7a2436d16..2e62039b90a 100644
--- a/app/views/search/_results.html.haml
+++ b/app/views/search/_results.html.haml
@@ -20,7 +20,7 @@
.search-results
- if @scope == 'projects'
.term
- = render 'shared/projects/list', projects: @search_objects
+ = render 'shared/projects/list', projects: @search_objects, pipeline_status: false
- else
= render partial: "search/results/#{@scope.singularize}", collection: @search_objects