2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Projects"
|
2013-12-26 04:16:30 -05:00
|
|
|
.clearfix
|
2015-03-10 18:59:14 -04:00
|
|
|
= render 'filter'
|
2013-09-24 15:14:28 -04:00
|
|
|
|
|
|
|
%hr
|
2013-03-07 03:08:43 -05:00
|
|
|
.public-projects
|
2013-09-24 15:14:28 -04:00
|
|
|
%ul.bordered-list.top-list
|
2014-07-23 05:03:49 -04:00
|
|
|
= render @projects
|
2013-03-07 03:08:43 -05:00
|
|
|
- unless @projects.present?
|
2014-02-20 06:51:22 -05:00
|
|
|
.nothing-here-block No public projects
|
2013-01-13 10:24:29 -05:00
|
|
|
|
2013-04-06 15:32:23 -04:00
|
|
|
= paginate @projects, theme: "gitlab"
|