debian-mirror-gitlab/app/views/dashboard/projects/index.html.haml

20 lines
521 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
= content_for :meta_tags do
2017-08-17 22:00:37 +05:30
= auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")
2015-09-25 12:07:36 +05:30
- page_title "Projects"
2015-12-23 02:04:40 +05:30
- header_title "Projects", dashboard_projects_path
2015-09-25 12:07:36 +05:30
2017-08-17 22:00:37 +05:30
- unless show_user_callout?
= render 'shared/user_callout'
- if @projects.any? || params[:name]
2016-08-24 12:49:21 +05:30
= render 'dashboard/projects_head'
2015-09-25 12:07:36 +05:30
- if @last_push
= render "events/event_last_push", event: @last_push
2017-08-17 22:00:37 +05:30
- if @projects.any? || params[:name]
2015-09-25 12:07:36 +05:30
= render 'projects'
- else
= render "zero_authorized_projects"