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 @ 731:3f87a3b61d9c

History | View | Annotate | Download (224 Bytes)

1 727:e3e958595e07 luis
<% 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 %>