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 / projects / _tags.html.erb @ 739:b7ac21913927

History | View | Annotate | Download (224 Bytes)

1
<% unless project.tag_list.empty? %>
2
  <tr>
3
    <td><b><%=l(:tags)%>:</b></td>
4
    <td><%= project.tag_counts.collect{ |t| render_tag_link(t, :show_count => false, :open_only => false) }.join(', ') %></td>
5
  </tr>
6
<% end %>