To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / redmine_tags / app / views / auto_completes / _tag_list.html.erb @ 812:b5474c68c433

History | View | Annotate | Download (209 Bytes)

1 593:f12948591050 chris
<ul>
2
<% @tags.each do |tag| -%>
3
  <%= content_tag 'li', h('%s (%d)' % [tag.name, tag.count]), :name => tag.name %>
4
<% end -%>
5 778:c118d3389088 luis
  <%= content_tag 'li', l(:auto_complete_new_tag) % @name, :name => @name %>
6 593:f12948591050 chris
</ul>