gitlab-org--gitlab-foss/app/views/dashboard/projects/index.html.haml

18 lines
527 B
Plaintext
Raw Normal View History

= 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
.user-callout{ 'callout-svg' => custom_icon('icon_customization') }
2017-03-01 16:54:13 +00:00
- if @projects.any? || params[:name]
2016-06-24 16:15:02 +00:00
= render 'dashboard/projects_head'
- if @last_push
= render "events/event_last_push", event: @last_push
2017-03-01 16:54:13 +00:00
- if @projects.any? || params[:name]
= render 'projects'
- else
= render "zero_authorized_projects"