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 / plugins / redmine_tags / app / views / projects / _tags.html.erb @ 1242:57d35f2f9909

History | View | Annotate | Download (299 Bytes)

1
<% unless @project.tag_list.empty? %>
2
  <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
3
  <dl class="tags">
4
    <dt class="tags-title"><%=l(:tags)%></dt>
5
    <dd class="tags"><%= @project.tag_counts.collect{ |t| render_project_tag_link(t) }.join(', ') %></dd>
6
  </dl>
7
<% end %>