debian-mirror-gitlab/app/views/search/_results.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
465 B
Text
Raw Normal View History

2021-02-22 17:27:13 +05:30
- search_bar_classes = 'search-sidebar gl-display-flex gl-flex-direction-column gl-mr-4'
2022-11-25 23:54:43 +05:30
2021-09-30 23:02:18 +05:30
= render_if_exists 'shared/promotions/promote_advanced_search'
2021-02-22 17:27:13 +05:30
2023-04-23 21:23:45 +05:30
.results.gl-md-display-flex.gl-mt-0
#js-search-sidebar{ class: search_bar_classes, data: { navigation_json: search_navigation_json } }
.gl-w-full.gl-flex-grow-1.gl-overflow-x-hidden
= render partial: 'search/results_status' unless @search_objects.to_a.empty?
= render partial: 'search/results_list'