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 @ 728:cc4d3d842171

History | View | Annotate | Download (232 Bytes)

1
BAHAUS
2

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