summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/index.html.haml
blob: ec6cb1a9624a88bd471f14ca90a52c76493f3e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- @no_container = true
- @hide_top_links = true

= content_for :meta_tags do
  = auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")

- page_title    "Projects"
- header_title  "Projects", dashboard_projects_path

= render "projects/last_push"

%div{ class: container_class }
  - if show_callout?('user_callout_dismissed')
    = render 'shared/user_callout'

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

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