To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / vendor / plugins / redmine_tags / app / views / projects / _filter_search_tags.html.erb @ 1078:b9e34a051f82
History | View | Annotate | Download (549 Bytes)
| 1 | 778:c118d3389088 | luis | <p class='tag'> |
|---|---|---|---|
| 2 | 805:0b1b94ffb30f | luis | <%- fields_for @project, :builder => TabularFormBuilder do |f| -%>
|
| 3 | 778:c118d3389088 | luis | <div>
|
| 4 | <p id="project_tags"> |
||
| 5 | 805:0b1b94ffb30f | luis | <%= f.text_field :tag_list, :label => :label_tags_search, :size => 60, :class => 'hol' -%>
|
| 6 | 778:c118d3389088 | luis | </p>
|
| 7 | <div id="project_tag_candidates" class="autocomplete"></div> |
||
| 8 | 805:0b1b94ffb30f | luis | <%= javascript_include_tag 'tags_input', :plugin => 'redmine_tags' -%>
|
| 9 | 1064:baf70e98d8ab | luis | <%= javascript_tag "observeProjectTagsField('#{url_for(:controller => 'auto_completes', :action => 'project_search_tags')}', true)" -%>
|
| 10 | 778:c118d3389088 | luis | </div>
|
| 11 | 805:0b1b94ffb30f | luis | <%- end -%>
|
| 12 | 778:c118d3389088 | luis | </p> |