Revision 1424:637ee26ae557 plugins/redmine_bibliography

View differences:

plugins/redmine_bibliography/app/views/publications/edit.html.erb
24 24

  
25 25
<h2><%=l(:label_publication_show)%></h2>
26 26

  
27
<%= labelled_form_for @publication, :url => { :project_id  => @project, :action => :update } do |f| -%>
27
<%= form_for @publication, :url => { :project_id  => @project, :action => :update } do |f| -%>
28 28

  
29 29
    <%= render :partial => 'form', :locals => { :f => f }  %>
30 30

  

Also available in: Unified diff