gitlab-org--gitlab-foss/app/views/explore/projects/index.html.haml

13 lines
246 B
Text
Raw Normal View History

2015-04-30 13:06:18 -04:00
- 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
2013-01-13 10:24:29 -05:00
= paginate @projects, theme: "gitlab"