7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
|
|
<h2><%= l(:label_contract_new) %></h2>
|
||
|
|
|
||
|
|
<% labelled_form_for :contract, @contract, :url => {:action => 'create', :project_id => @project} do |f| %>
|
||
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
||
|
|
<%= submit_tag l(:button_save) -%>
|
||
|
|
<% end -%>
|