<%= link_to l(:label_operation_category_plural), :action =>"plugin", :id => "redmine_finance", :controller => "settings", :tab => 'operation_categories' %> » <%=l(:label_operation_category_new)%>

<%= labelled_form_for :operation_category, @category, :url => {:action => 'create', :project_id => @project}, :html => { :multipart => true, :id => 'operation_category_form'} do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <%= submit_tag l(:button_create) %> <% end %>