# HG changeset patch # User luisf # Date 1320764722 0 # Node ID 287c27cb8bd29abb9ef53dbe92b4b463334d687e # Parent ae4054db4f3c95d137775a0b903386cc2c60270e added tag filtering partial, but still needs work done. diff -r ae4054db4f3c -r 287c27cb8bd2 vendor/plugins/redmine_tags/app/views/projects/_filter_tags.rhtml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_filter_tags.rhtml Tue Nov 08 15:05:22 2011 +0000 @@ -0,0 +1,12 @@ +

+ <%= label_tag 'Tag' %> + <%= select_tag("tag[#{tag.id}]", + options_from_collection_for_select( + [nil] + Project.available_tags, + 'to_s', + 'to_s', + @custom_fields[custom_field.id.to_s] + ) + ) + %> +