summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/topics.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/explore/projects/topics.html.haml')
-rw-r--r--app/views/explore/projects/topics.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/explore/projects/topics.html.haml b/app/views/explore/projects/topics.html.haml
new file mode 100644
index 00000000000..228304d25b6
--- /dev/null
+++ b/app/views/explore/projects/topics.html.haml
@@ -0,0 +1,12 @@
+- @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'