# HG changeset patch # User luisf # Date 1380729176 -3600 # Node ID 637ee26ae5574ae50d306eb156d47d46738e9d45 # Parent 40e82f17035394fbcb4bc4130d42ff8022a2d635 Removed labelled_form_for from edit view diff -r 40e82f170353 -r 637ee26ae557 plugins/redmine_bibliography/app/views/publications/edit.html.erb --- 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 @@

<%=l(:label_publication_show)%>

-<%= 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 } %>