<%= l(:label_operation_new) %>

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