2017-09-10 17:25:29 +05:30
|
|
|
- @no_container = true
|
|
|
|
- @hide_top_links = true
|
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
= content_for :meta_tags do
|
2017-08-17 22:00:37 +05:30
|
|
|
= auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2019-07-07 11:18:12 +05:30
|
|
|
= render_dashboard_gold_trial(current_user)
|
2019-02-15 15:39:39 +05:30
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
- page_title "Projects"
|
2015-12-23 02:04:40 +05:30
|
|
|
- header_title "Projects", dashboard_projects_path
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
%div{ class: container_class }
|
2018-03-17 18:26:18 +05:30
|
|
|
= render "projects/last_push"
|
|
|
|
- if show_projects?(@projects, params)
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'dashboard/projects_head'
|
2019-07-31 22:56:46 +05:30
|
|
|
= render 'nav' unless Feature.enabled?(:project_list_filter_bar)
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'projects'
|
|
|
|
- else
|
|
|
|
= render "zero_authorized_projects"
|