debian-mirror-gitlab/app/views/explore/projects/_projects.html.haml
2021-03-08 18:12:59 +05:30

6 lines
351 B
Plaintext

- 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)