From d289d77b5a55685d2fcbad6e98c089c8cdb42310 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 16 Feb 2013 17:52:38 -0500 Subject: [PATCH] added seek/analyse/organize tabs to topic view. Was that a good idea? Who knows. --- app/views/topics/show.html.erb | 4 ++++ 1 file changed, 4 insertions(+) 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' %>