<%= l(:label_crm_deal_edit_information) %>

<%= labelled_form_for :deal, @deal, :url => {:action => 'update', :id => @deal}, :html => {:method => :put, :id => "deal_form"} do |f| %> <%= error_messages_for 'deal' %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_save) -%> <% end -%> <% content_for :header_tags do %> <%= javascript_include_tag :contacts, :plugin => 'redmine_contacts' %> <%= robot_exclusion_tag %> <% end %>