debian-mirror-gitlab/app/views/explore/projects/topics.html.haml
2021-12-11 22:18:48 +05:30

12 lines
285 B
Text

- @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'