# HG changeset patch
# User Chris Cannam
# Date 1371823550 -3600
# Node ID f1fb4091d7f3fe01601161709407e75fd9bba374
# Parent befaf13fec0decc6b15d741db783fd44fc92582e
expires_in doesn't do what I thought here, we have external expiry job instead
diff -r befaf13fec0d -r f1fb4091d7f3 app/views/projects/explore.html.erb
--- a/app/views/projects/explore.html.erb Fri Jun 21 15:05:30 2013 +0100
+++ b/app/views/projects/explore.html.erb Fri Jun 21 15:05:50 2013 +0100
@@ -11,7 +11,7 @@
-<% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %>
+<% cache(:action => 'explore', :action_suffix => 'tags') do %>
<%=l(:label_project_tags_all)%>
<%= render :partial => 'projects/tagcloud' %>
@@ -28,7 +28,7 @@
- <% cache(:action => 'explore', :action_suffix => 'busy_institutions', :expires_in => 1.hour) do %>
+ <% cache(:action => 'explore', :action_suffix => 'busy_institutions') do %>
<%=l(:label_institutions_busy)%>
<%= render :partial => 'activities/busy_institution' %>
@@ -38,7 +38,7 @@
- <% cache(:action => 'explore', :action_suffix => 'busy_projects', :expires_in => 1.hour) do %>
+ <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %>
<%=l(:label_projects_busy)%>
<%= render :partial => 'activities/busy' %>