Files
gitlabhq/app/views/explore/projects/index.html.haml
T

12 lines
222 B
Plaintext

.clearfix
= render 'filter'
%hr
.public-projects
%ul.bordered-list.top-list
= render @projects
- unless @projects.present?
.nothing-here-block No public projects
= paginate @projects, theme: "gitlab"