gitlab-ce/app/views/explore/projects/_projects.html.haml

6 lines
353 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: false, event_tracking: 'use_pagination_projects_explore'