summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/starred.html.haml
blob: 1b5269c7b68ceff40d399967874dc6993ecf464b (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title    "Projects"
- header_title  "Projects", dashboard_projects_path

- if current_user
  = render 'dashboard/projects_head'
- else
  = render 'explore/head'

= render 'explore/projects/nav'
= render 'projects', projects: @projects
= paginate @projects, theme: 'gitlab' if @projects