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/contracts/new.html.erb

7 lines
255 B
Plaintext
Raw Normal View History

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