2015-04-21 10:31:40 -04:00
|
|
|
= content_for :meta_tags do
|
|
|
|
- if current_user
|
2015-09-08 09:49:20 -04:00
|
|
|
= auto_discovery_link_tag(:atom, dashboard_projects_url(format: :atom, private_token: current_user.private_token), title: "All activity")
|
|
|
|
|
|
|
|
- page_title "Projects"
|
|
|
|
- header_title "Projects", root_path
|
2015-04-21 10:31:40 -04:00
|
|
|
|
2015-08-20 04:59:05 -04:00
|
|
|
= render 'dashboard/projects_head'
|
|
|
|
|
2015-08-25 10:36:54 -04:00
|
|
|
- if @last_push
|
|
|
|
= render "events/event_last_push", event: @last_push
|
|
|
|
|
2015-03-10 16:17:16 -04:00
|
|
|
- if @projects.any?
|
2015-08-25 09:23:25 -04:00
|
|
|
= render 'projects'
|
2012-06-03 18:37:27 -04:00
|
|
|
- else
|
2012-12-04 04:18:13 -05:00
|
|
|
= render "zero_authorized_projects"
|