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 @ 756:18b0f6e6d7a8

History | View | Annotate | Download (207 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
<%= content_tag 'li', l(:auto_complete_new_tag) % @name, :name => @name %>
6
</ul>