mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
- 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
|
|
|
|
= paginate @projects, theme: "gitlab"
|