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.html.erb @ 1078:b9e34a051f82

History | View | Annotate | Download (519 Bytes)

1 748:287c27cb8bd2 luis
<p class='tag'>
2 749:3f28aebc5fc1 luis
  <% fields_for @project, :builder => TabularFormBuilder do |f| -%>
3
    <div>
4
      <p id="project_tags">
5
        <%= f.text_field :tag_list, :label => :tags, :size => 60, :class => 'hol' %>
6
      </p>
7
      <div id="project_tag_candidates" class="autocomplete"></div>
8
      <%= javascript_include_tag 'tags_input', :plugin => 'redmine_tags' %>
9 754:51d6290d3027 luis
10 1064:baf70e98d8ab luis
      <%= javascript_tag "observeProjectTagsField('#{url_for(:controller => 'auto_completes', :action => 'project_tags')}')" %>
11 749:3f28aebc5fc1 luis
    </div>
12
  <% end -%>
13 748:287c27cb8bd2 luis
</p>