summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/index.html.haml
blob: 4956081e1ed5d17616d6c726ce75a8ab2d70b435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- page_title "Projects"
- if current_user
  = render 'dashboard/projects_head'
.clearfix
  = render 'filter'
%br
.public-projects
  %ul.bordered-list.top-list
    = render @projects
    - unless @projects.present?
      .nothing-here-block No public projects

  = paginate @projects, theme: "gitlab"