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

13 lines
246 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "Projects"
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"