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"
|