changeset 1042:26a835cb14f9 live

Merge from branch cannam
author Chris Cannam
date Tue, 13 Nov 2012 15:39:30 +0000
parents ff783f2cc500 (current diff) af23bcbbd911 (diff)
children 0655dd267a29
files
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/projects/explore.html.erb	Tue Nov 13 15:08:34 2012 +0000
+++ b/app/views/projects/explore.html.erb	Tue Nov 13 15:39:30 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 %>
 <h2><%= l(:label_explore_projects) %></h2>
--- a/vendor/plugins/redmine_tags/app/views/projects/_tagcloud.html.erb	Tue Nov 13 15:08:34 2012 +0000
+++ b/vendor/plugins/redmine_tags/app/views/projects/_tagcloud.html.erb	Tue Nov 13 15:39:30 2012 +0000
@@ -1,6 +1,3 @@
-<% content_for :header_tags do %>
-    <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
-<% end %>
 
 <div id="tags">
 <%= render_tags_list(Project.available_tags, :style => :cloud) %>