git-svn-id: https://192.168.0.254/svn/Rodax.redmine_rodax_crm/trunk@4 ff88604e-da85-c949-a72f-fc3aa3ba3724
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
<h2><%= l(:label_contract_edit_information) %></h2>
|
|
|
|
<% labelled_form_for :contract, @contract, :url => {:action => 'update', :id => @contract} do |f| %>
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
|
<%= submit_tag l(:button_save) -%>
|
|
<% end -%>
|