Revision 728:cc4d3d842171 vendor/plugins/redmine_tags/app/views/projects
| vendor/plugins/redmine_tags/app/views/projects/_tags_form.html.erb | ||
|---|---|---|
| 1 |
<% fields_for :project, project, :builder => TabularFormBuilder do |f| -%> |
|
| 2 |
<div> |
|
| 3 |
<p id="project_tags"><%= f.text_field :tag_list, :label => :tags, :size => 60, :class => 'hol' %></p> |
|
| 4 |
<div id="project_tag_candidates" class="autocomplete"></div> |
|
| 5 |
<%= javascript_include_tag 'tags_input', :plugin => 'redmine_tags' %> |
|
| 6 |
<%= javascript_tag "observeProjectTagsField('#{url_for(:controller => 'auto_completes', :action => 'project_tags', :project_id => project)}')" %>
|
|
| 7 |
</div> |
|
| 8 |
<% end -%> |
|
Also available in: Unified diff