debian-mirror-gitlab/app/views/dashboard/projects/index.html.haml
2017-09-10 17:25:29 +05:30

20 lines
562 B
Text

- @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 has_projects_or_name?(@projects, params)
= render 'dashboard/projects_head'
= render 'projects'
- else
= render "zero_authorized_projects"