mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 18:16:45 +10:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
.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"
|