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 @ 785:32d853e2e7ed

History | View | Annotate | Download (191 Bytes)

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