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"
|
2015-11-18 13:08:07 -05:00
|
|
|
- header_title "Projects", dashboard_projects_path
|
2015-04-21 10:31:40 -04:00
|
|
|
|
2017-02-23 16:23:33 -05:00
|
|
|
.user-callout{ 'callout-svg' => custom_icon('icon_customization') }
|
2017-02-16 17:02:40 -05:00
|
|
|
|
2016-06-24 12:15:02 -04:00
|
|
|
- if @projects.any? || params[:filter_projects]
|
|
|
|
= render 'dashboard/projects_head'
|
2015-08-20 04:59:05 -04:00
|
|
|
|
2015-08-25 10:36:54 -04:00
|
|
|
- if @last_push
|
|
|
|
= render "events/event_last_push", event: @last_push
|
|
|
|
|
2016-03-02 04:55:47 -05:00
|
|
|
- if @projects.any? || params[:filter_projects]
|
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"
|