Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « projects « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0298f539b4b2ce18078c6efdc967c824af09cc9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- @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")

= render_dashboard_gold_trial(current_user)

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

%div{ class: container_class }
  = render "projects/last_push"
  - if show_projects?(@projects, params)
    = render 'dashboard/projects_head'
    = render 'nav' unless Feature.enabled?(:project_list_filter_bar)
    = render 'projects'
  - else
    = render "zero_authorized_projects"