Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_results_status.html.haml « search « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cd100db8b74573eda2f27b590ac880940dbf6be (plain)
1
2
3
4
5
6
- return unless @search_service_presenter.show_results_status?

- if Feature.enabled?(:search_page_vertical_nav, current_user)
  = render partial: 'search/results_status_vert_nav'
- else
  = render partial: 'search/results_status_horiz_nav'