2017-05-25 16:34:27 -04:00
|
|
|
- @no_container = true
|
2017-06-30 12:52:11 -04:00
|
|
|
- @hide_top_links = true
|
2017-05-25 16:34:27 -04:00
|
|
|
|
2015-04-21 10:31:40 -04:00
|
|
|
= content_for :meta_tags do
|
2017-02-28 15:50:57 -05:00
|
|
|
= auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")
|
2015-09-08 09:49:20 -04:00
|
|
|
|
2018-12-06 08:41:20 -05:00
|
|
|
= render_if_exists "shared/gold_trial_callout"
|
|
|
|
|
2015-09-08 09:49:20 -04:00
|
|
|
- page_title "Projects"
|
2015-11-18 13:08:07 -05:00
|
|
|
- header_title "Projects", dashboard_projects_path
|
2015-04-21 10:31:40 -04:00
|
|
|
|
2017-05-25 16:34:27 -04:00
|
|
|
%div{ class: container_class }
|
2018-01-09 18:05:50 -05:00
|
|
|
= render "projects/last_push"
|
2017-09-21 06:03:14 -04:00
|
|
|
- if show_projects?(@projects, params)
|
2017-05-25 16:34:27 -04:00
|
|
|
= render 'dashboard/projects_head'
|
2017-09-19 08:43:04 -04:00
|
|
|
= render 'nav'
|
2017-05-25 16:34:27 -04:00
|
|
|
= render 'projects'
|
|
|
|
- else
|
|
|
|
= render "zero_authorized_projects"
|