debian-mirror-gitlab/app/views/explore/projects/starred.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
487 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @hide_top_links = true
2023-05-27 22:25:52 +05:30
- page_title _("Explore projects")
2018-11-18 11:00:15 +05:30
- header_title _("Projects"), dashboard_projects_path
2015-09-25 12:07:36 +05:30
2021-04-17 20:07:23 +05:30
= render_dashboard_ultimate_trial(current_user)
2019-02-15 15:39:39 +05:30
2023-05-27 22:25:52 +05:30
.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")
2014-09-02 18:07:02 +05:30
2023-03-04 22:38:38 +05:30
= render 'explore/projects/nav'
2016-04-02 18:10:28 +05:30
= render 'projects', projects: @projects