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 / _search_tag_list.html.erb @ 804:548e23d4cd71

History | View | Annotate | Download (136 Bytes)

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