summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/index.html.haml
blob: 4f36a4a1c739f94629b0dd004249f390f1ce71e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= content_for :meta_tags do
  - if current_user
    = 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", dashboard_projects_path

- if @projects.any? || params[:filter_projects]
  = render 'dashboard/projects_head'

- if @last_push
  = render "events/event_last_push", event: @last_push

- if @projects.any? || params[:filter_projects]
  = render 'projects'
- else
  = render "zero_authorized_projects"