Revision 1259:94a6e3687c45 plugins/redmine_tags/app/helpers
| plugins/redmine_tags/app/helpers/tags_helper.rb | ||
|---|---|---|
| 41 | 41 |
end |
| 42 | 42 |
|
| 43 | 43 |
def render_project_tag_link(tag, options = {})
|
| 44 |
content = link_to tag.name, :controller => :projects, :action => :index, :project => { :tag_list => tag.name }
|
|
| 44 |
content = link_to tag.name, :controller => :projects, :action => :index, :tag_search => tag.name |
|
| 45 |
|
|
| 45 | 46 |
if options[:show_count] |
| 46 | 47 |
content << content_tag('span', "(#{tag.count})", :class => 'tag-count')
|
| 47 | 48 |
end |
Also available in: Unified diff