debian-mirror-gitlab/app/views/explore/projects/_projects.html.haml
2021-01-29 00:20:46 +05:30

5 lines
364 B
Text

- 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?(:dashboard_pipeline_status, default_enabled: true)