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 / _tags_form.html.erb @ 1064:baf70e98d8ab

History | View | Annotate | Download (521 Bytes)

1 728:cc4d3d842171 luis
<% fields_for :project, project, :builder => TabularFormBuilder do |f| -%>
2
<div>
3 928:2187198b6209 luis
  <p id="project_tags"><%= f.text_field :tag_list, :label => :tags, :size => 60, :class => 'hol' %>
4
    <br />
5
    <em><%= l(:text_tags_info) %></em>
6
  </p>
7 728:cc4d3d842171 luis
  <div id="project_tag_candidates" class="autocomplete"></div>
8
  <%= javascript_include_tag 'tags_input', :plugin => 'redmine_tags' %>
9 1064:baf70e98d8ab luis
  <%= javascript_tag "observeProjectTagsField('#{url_for(:controller => 'auto_completes', :action => 'project_tags')}', false)" %>
10 728:cc4d3d842171 luis
</div>
11
<% end -%>