diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb
index ced68f64..442dff01 100644
--- a/app/views/topics/show.html.erb
+++ b/app/views/topics/show.html.erb
@@ -41,6 +41,10 @@
});
+<%= render :partial => 'main/find' %>
+<%= render :partial => 'main/analyze' %>
+<%= render :partial => 'main/organize' %>
+
<% if authenticated? %>
<%= render :partial => 'topics/new' %>
<%= render :partial => 'synapses/new' %>