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

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

7 lines
241 B
Text
Raw Normal View History

2023-03-17 16:20:25 +05:30
- return unless @search_service_presenter.show_results_status?
2021-02-22 17:27:13 +05:30
2022-11-25 23:54:43 +05:30
- if Feature.enabled?(:search_page_vertical_nav, current_user)
2023-03-17 16:20:25 +05:30
= render partial: 'search/results_status_vert_nav'
2022-11-25 23:54:43 +05:30
- else
2023-03-17 16:20:25 +05:30
= render partial: 'search/results_status_horiz_nav'