debian-mirror-gitlab/app/views/explore/projects/index.html.haml
2015-04-26 09:18:37 +02: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"