debian-mirror-gitlab/app/views/explore/projects/index.html.haml
2015-09-11 14:41:01 +05:30

12 lines
246 B
Text

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