debian-mirror-gitlab/app/views/explore/projects/_projects.html.haml

6 lines
364 B
Text
Raw Normal View History

2020-12-08 15:28:05 +05:30
- if params[:name].present? && params[:name].size < Explore::ProjectsController::MIN_SEARCH_LENGTH
.nothing-here-block
%h5= _('Enter at least three characters to search')
- else
2021-01-29 00:20:46 +05:30
= render 'shared/projects/list', projects: projects, user: current_user, explore_page: true, pipeline_status: Feature.enabled?(:dashboard_pipeline_status, default_enabled: true)