<%= l(:label_operation_edit) %>

<%= labelled_form_for :operation, @operation, :url => {:action => 'update', :id => @operation.id}, :html => { :multipart => true, :method => :put, :id => 'operation_form'} do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <%= submit_tag l(:button_save) -%> <% end -%> <% content_for :header_tags do %> <%= select2_assets %> <%= javascript_include_tag :finance, :plugin => 'redmine_finance' %> <%= stylesheet_link_tag :finance, :plugin => 'redmine_finance' %> <% end %>