# HG changeset patch # User Chris Cannam # Date 1352808379 0 # Node ID ff1556010d8b68d775e24e8798c3b316ad70d5e5 # Parent 873d052b361bb5a819e88d406623dce6c95e1737 Expiry. Wonder whether this works. diff -r 873d052b361b -r ff1556010d8b app/views/projects/explore.html.erb --- a/app/views/projects/explore.html.erb Tue Nov 13 10:37:06 2012 +0000 +++ b/app/views/projects/explore.html.erb Tue Nov 13 12:06:19 2012 +0000 @@ -1,5 +1,5 @@ -<% cache(:action => 'explore', :action_suffix => 'tags') do %> +<% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %>

<%= l(:label_explore_projects) %>

<%=l(:label_project_tags_all)%>

@@ -8,7 +8,7 @@ <% end %>
- <% cache(:action => 'explore', :action_suffix => 'busy_institutions') do %> + <% cache(:action => 'explore', :action_suffix => 'busy_institutions', :expires_in => 1.hour) do %>

<%=l(:label_institutions_busy)%>

<%= render :partial => 'activities/busy_institution' %> @@ -20,7 +20,7 @@
- <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %> + <% cache(:action => 'explore', :action_suffix => 'busy_projects', :expires_in => 1.hour) do %>

<%=l(:label_projects_busy)%>

<%= render :partial => 'activities/busy' %>