Mercurial > hg > soundsoftware-site
changeset 747:ae4054db4f3c feature_14
retrieving the project tags list correctly (though link is still broken - linking to the issues pageā¦)
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Nov 2011 14:21:34 +0000 |
parents | 2ced57750157 |
children | 287c27cb8bd2 |
files | vendor/plugins/redmine_tags/app/views/projects/_tags.html.erb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vendor/plugins/redmine_tags/app/views/projects/_tags.html.erb Tue Nov 08 14:15:07 2011 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_tags.html.erb Tue Nov 08 14:21:34 2011 +0000 @@ -1,6 +1,6 @@ <% unless @project.tag_list.empty? %> <tr> <td><b><%=l(:tags)%>:</b></td> - <td><%= project.tag_counts.collect{ |t| render_tag_link(t, :show_count => false, :open_only => false) }.join(', ') %></td> + <td><%= @project.tag_counts.collect{ |t| render_tag_link(t, :show_count => false, :open_only => false) }.join(', ') %></td> </tr> <% end %>