Revision 1309:5ed688bfd441 plugins/redmine_tags

View differences:

plugins/redmine_tags/app/helpers/tags_helper.rb
91 91

  
92 92
      content = content.html_safe
93 93
      tag_cloud tags, (1..8).to_a do |tag, weight|
94
        content << " ".html_safe + content_tag(item_el, render_tag_link(tag, options), :class => "tag-nube-#{weight}") + " ".html_safe
94
        content << " ".html_safe + content_tag(item_el, render_project_tag_link(tag, options), :class => "tag-nube-#{weight}") + " ".html_safe
95 95
      end
96 96

  
97 97
      content_tag(list_el, content, :class => 'tags')

Also available in: Unified diff