# HG changeset patch # User luisf # Date 1320762094 0 # Node ID ae4054db4f3c95d137775a0b903386cc2c60270e # Parent 2ced577501578269f1f92bd52f594ed84dd1a041 retrieving the project tags list correctly (though link is still broken - linking to the issues page…) diff -r 2ced57750157 -r ae4054db4f3c vendor/plugins/redmine_tags/app/views/projects/_tags.html.erb --- 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? %> <%=l(:tags)%>: - <%= project.tag_counts.collect{ |t| render_tag_link(t, :show_count => false, :open_only => false) }.join(', ') %> + <%= @project.tag_counts.collect{ |t| render_tag_link(t, :show_count => false, :open_only => false) }.join(', ') %> <% end %>