12 lines
310 B
Text
12 lines
310 B
Text
- page_title "Projects"
|
|
- header_title "Projects", dashboard_projects_path
|
|
|
|
- if current_user
|
|
= render 'dashboard/projects_head'
|
|
- else
|
|
= render 'explore/head'
|
|
|
|
.gray-content-block.clearfix.second-block
|
|
= render 'filter'
|
|
= render 'projects', projects: @projects
|
|
= paginate @projects, theme: "gitlab"
|