# HG changeset patch # User Chris Cannam # Date 1352821170 0 # Node ID 26a835cb14f9899145bd6e17b570829f037c2f89 # Parent ff783f2cc500b2f26530e1583cabee99e6af9825# Parent af23bcbbd911f1419fd3fa5f29d1407b1c9c94f5 Merge from branch cannam diff -r ff783f2cc500 -r 26a835cb14f9 app/views/projects/explore.html.erb --- 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 %>

<%= l(:label_explore_projects) %>

diff -r ff783f2cc500 -r 26a835cb14f9 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: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 %>
<%= render_tags_list(Project.available_tags, :style => :cloud) %>