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_tags.html.erb @ 998:a2660a5eb395
History | View | Annotate | Download (552 Bytes)
| 1 |
<p class='tag'> |
|---|---|
| 2 |
<% 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 |
|
| 10 |
<%= javascript_tag "observeProjectTagsField('#{url_for(:controller => 'auto_completes', :action => 'project_tags', :project_id => Project.first.id)}')" %>
|
| 11 |
</div>
|
| 12 |
<% end -%>
|
| 13 |
</p>
|