Mercurial > hg > soundsoftware-site
changeset 1148:e827a0182a14 redmine-2.2-integration
Tags plugin: removed TabularFormBuilder (no longer used by Redmine).
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 14 Jan 2013 15:14:37 +0000 |
parents | 8d5cbea13b90 |
children | 719d597874fc |
files | plugins/redmine_tags/app/views/projects/_filter_search_tags.html.erb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/redmine_tags/app/views/projects/_filter_search_tags.html.erb Mon Jan 14 15:10:28 2013 +0000 +++ b/plugins/redmine_tags/app/views/projects/_filter_search_tags.html.erb Mon Jan 14 15:14:37 2013 +0000 @@ -1,5 +1,5 @@ <p class='tag'> - <%- fields_for @project, :builder => TabularFormBuilder do |f| -%> + <%- fields_for @project do |f| -%> <div> <p id="project_tags"> <%= f.text_field :tag_list, :label => :label_tags_search, :size => 60, :class => 'hol' -%>