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 / vendor / plugins / redmine_tags / app / views / projects / _filter_tags.rhtml @ 748:287c27cb8bd2

History | View | Annotate | Download (276 Bytes)

1 748:287c27cb8bd2 luis
<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>