BigW Consortium Gitlab

index.html.haml 222 Bytes
.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"