Revision 1042:26a835cb14f9

View differences:

app/views/projects/explore.html.erb
1
<% content_for :header_tags do %>
2
    <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
3
<% end %>
1 4

  
2 5
<% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %>
3 6
<h2><%= l(:label_explore_projects) %></h2>
vendor/plugins/redmine_tags/app/views/projects/_tagcloud.html.erb
1
<% content_for :header_tags do %>
2
    <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
3
<% end %>
4 1

  
5 2
<div id="tags">
6 3
<%= render_tags_list(Project.available_tags, :style => :cloud) %>

Also available in: Unified diff