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

12 lines
222 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
.clearfix
2015-04-26 12:48:37 +05:30
= render 'filter'
2014-09-02 18:07:02 +05:30
%hr
.public-projects
%ul.bordered-list.top-list
= render @projects
- unless @projects.present?
.nothing-here-block No public projects
= paginate @projects, theme: "gitlab"