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 -%>
|