index.html.haml 246 Bytes
Newer Older
1
- page_title "Projects"
2
.clearfix
3
  = render 'filter'
4 5

%hr
6
.public-projects
7
  %ul.bordered-list.top-list
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
8
    = render @projects
9
    - unless @projects.present?
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
10
      .nothing-here-block No public projects
11

12
  = paginate @projects, theme: "gitlab"