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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/explore/projects/starred.html.haml')
-rw-r--r--app/views/explore/projects/starred.html.haml13
1 files changed, 1 insertions, 12 deletions
diff --git a/app/views/explore/projects/starred.html.haml b/app/views/explore/projects/starred.html.haml
index c765c086027..8840a2dc0e3 100644
--- a/app/views/explore/projects/starred.html.haml
+++ b/app/views/explore/projects/starred.html.haml
@@ -1,14 +1,3 @@
-- @hide_top_links = true
-- page_title _("Explore projects")
-- header_title _("Projects"), dashboard_projects_path
-
-= render_dashboard_ultimate_trial(current_user)
-
-.page-title-holder.gl-display-flex.gl-align-items-center
- %h1.page-title.gl-font-size-h-display= page_title
- .page-title-controls
- = render Pajamas::ButtonComponent.new(href: new_project_path, variant: :confirm) do
- = _("New project")
-
+= render 'explore/projects/head'
= render 'explore/projects/nav'
= render 'projects', projects: @projects