Revision 748:287c27cb8bd2 vendor/plugins/redmine_tags/app/views/projects

View differences:

vendor/plugins/redmine_tags/app/views/projects/_filter_tags.rhtml
1
<p class='tag'>
2
  <%= label_tag 'Tag' %>
3
  <%= select_tag("tag[#{tag.id}]", 
4
        options_from_collection_for_select(
5
          [nil] + Project.available_tags, 
6
          'to_s', 
7
          'to_s',
8
          @custom_fields[custom_field.id.to_s]
9
        )
10
      )
11
  %>
12
</p>

Also available in: Unified diff