BigW Consortium Gitlab

index.html.haml 494 Bytes
Newer Older
1 2
= content_for :meta_tags do
  - if current_user
3 4 5
    = auto_discovery_link_tag(:atom, dashboard_projects_url(format: :atom, private_token: current_user.private_token), title: "All activity")

- page_title    "Projects"
6
- header_title  "Projects", dashboard_projects_path
7

8 9
= render 'dashboard/projects_head'

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

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