11 lines
222 B
Text
11 lines
222 B
Text
.clearfix
|
|
= render 'filter'
|
|
|
|
%hr
|
|
.public-projects
|
|
%ul.bordered-list.top-list
|
|
= render @projects
|
|
- unless @projects.present?
|
|
.nothing-here-block No public projects
|
|
|
|
= paginate @projects, theme: "gitlab"
|