# HG changeset patch # User Chris Cannam # Date 1352821099 0 # Node ID af23bcbbd911f1419fd3fa5f29d1407b1c9c94f5 # Parent f6c71883b99595328acf3db8e1c116cb38d3a71c Pull header stuff out of cached fragments diff -r f6c71883b995 -r af23bcbbd911 app/views/projects/explore.html.erb --- a/app/views/projects/explore.html.erb Tue Nov 13 15:07:05 2012 +0000 +++ b/app/views/projects/explore.html.erb Tue Nov 13 15:38:19 2012 +0000 @@ -1,3 +1,6 @@ +<% content_for :header_tags do %> + <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %> +<% end %> <% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %>

<%= l(:label_explore_projects) %>

diff -r f6c71883b995 -r af23bcbbd911 vendor/plugins/redmine_tags/app/views/projects/_tagcloud.html.erb --- a/vendor/plugins/redmine_tags/app/views/projects/_tagcloud.html.erb Tue Nov 13 15:07:05 2012 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_tagcloud.html.erb Tue Nov 13 15:38:19 2012 +0000 @@ -1,6 +1,3 @@ -<% content_for :header_tags do %> - <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %> -<% end %>
<%= render_tags_list(Project.available_tags, :style => :cloud) %>