This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
redmine_rodax_crm/app/views/deals/edit.html.erb
2012-01-03 16:18:32 +00:00

7 lines
245 B
Plaintext

<h2><%= l(:label_deal_edit_information) %></h2>
<% labelled_form_for :deal, @deal, :url => {:action => 'update', :id => @deal} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_save) -%>
<% end -%>