changeset 1424:637ee26ae557 biblio_alt_search_auth

Removed labelled_form_for from edit view
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 02 Oct 2013 16:52:56 +0100
parents 40e82f170353
children cd304b50908c 7367cd232b1e 2599a11ef11a
files plugins/redmine_bibliography/app/views/publications/edit.html.erb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/redmine_bibliography/app/views/publications/edit.html.erb	Wed Oct 02 16:47:03 2013 +0100
+++ b/plugins/redmine_bibliography/app/views/publications/edit.html.erb	Wed Oct 02 16:52:56 2013 +0100
@@ -24,7 +24,7 @@
 
 <h2><%=l(:label_publication_show)%></h2>
 
-<%= labelled_form_for @publication, :url => { :project_id  => @project, :action => :update } do |f| -%>
+<%= form_for @publication, :url => { :project_id  => @project, :action => :update } do |f| -%>
 
     <%= render :partial => 'form', :locals => { :f => f }  %>