myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2688] trunk/app/views/topics/show.rhtml: removed


From: noreply
Subject: [myexperiment-hackers] [2688] trunk/app/views/topics/show.rhtml: removed caching of tag clouds for topic pages
Date: Tue, 6 Sep 2011 09:46:45 -0400 (EDT)

Revision
2688
Author
dgc
Date
2011-09-06 09:46:45 -0400 (Tue, 06 Sep 2011)

Log Message

removed caching of tag clouds for topic pages

Modified Paths

Diff

Modified: trunk/app/views/topics/show.rhtml (2687 => 2688)


--- trunk/app/views/topics/show.rhtml	2011-09-06 08:24:32 UTC (rev 2687)
+++ trunk/app/views/topics/show.rhtml	2011-09-06 13:46:45 UTC (rev 2688)
@@ -2,9 +2,7 @@
 <!-- <%= "<h1>Workflows for #{topicName}</h1>" %> -->
 <%= "<h1>Workflows in this Topic</h1>" %> 
 
-<% cache(:controller => 'workflows', :action ="" 'all_tags') do -%>
-	<%= render :partial => "topics/topic_tag_cloud", :locals => {:tags => @currtopic.topic_tag_map, :topicname => topicName } %>
-<% end -%>
+<%= render :partial => "topics/topic_tag_cloud", :locals => {:tags => @currtopic.topic_tag_map, :topicname => topicName } %>
 
 <% workflow_collection = @currtopic.topic_workflow_map.map { |tmap| tmap.workflow } %>
 <%= render :partial => "workflows/table", :locals => {:collection => workflow_collection} %>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]