gitlab-org--gitlab-foss/app/views/explore/projects/index.html.haml
2015-03-10 15:59:14 -07:00

11 lines
222 B
Text

.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"