10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
<%= content_tag(:h2, l(:text_new_contract)) %>
|
|
|
|
<%= error_messages_for 'contract' %>
|
|
|
|
<% semantic_form_for resource, :html => {:class => 'tabular'} do |form| %>
|
|
<%= render :partial => 'form', :object => form, :locals => {:cancel_path => contracts_path} %>
|
|
<% end %>
|
|
|
|
<% html_title "#{l(:text_new_contract)}" %>
|