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

_projects.html.haml « projects « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a55dfb110f07e1020d2a1356fb51b57b630e2fb5 (plain)
1
2
3
4
5
- if params[:name].present? && params[:name].size < Explore::ProjectsController::MIN_SEARCH_LENGTH
  .nothing-here-block
    %h5= _('Enter at least three characters to search')
- else
  = render 'shared/projects/list', projects: projects, user: current_user, explore_page: true, pipeline_status: Feature.enabled?(:explore_pipeline_status, type: :ops)