summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/index.html.haml
blob: ba2276f51ce722da1353750696b49b36e28802b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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"