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

index.html.haml « projects « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 341ad681c7c288bef0ac345908de18707e06f1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @hide_top_links = true
- page_title    _("Projects")
- header_title  _("Projects"), dashboard_projects_path

= render_dashboard_gold_trial(current_user)

- if current_user
  = render 'dashboard/projects_head', project_tab_filter: :explore
- else
  = render 'explore/head'

= render 'explore/projects/nav' unless Feature.enabled?(:project_list_filter_bar) && current_user
= render 'projects', projects: @projects