gitlab-org--gitlab-foss/app/views/dashboard/projects/index.html.haml

18 lines
492 B
Text
Raw Normal View History

- @no_container = true
2017-06-30 12:52:11 -04:00
- @hide_top_links = true
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")
- page_title "Projects"
- header_title "Projects", dashboard_projects_path
%div{ class: container_class }
2018-01-09 18:05:50 -05:00
= render "projects/last_push"
- if show_projects?(@projects, params)
= render 'dashboard/projects_head'
= render 'nav'
= render 'projects'
- else
= render "zero_authorized_projects"