gitlab-org--gitlab-foss/app/views/explore/projects/topics.html.haml

13 lines
285 B
Plaintext

- @hide_top_links = true
- page_title _("Topics")
- header_title _("Topics"), topics_explore_projects_path
= render_dashboard_ultimate_trial(current_user)
- if current_user
= render 'explore/topics/head'
- else
= render 'explore/head'
= render partial: 'shared/topics/list'