property_hire/app/views/admin/property_hires/copy.html.erb

6 lines
231 B
Plaintext

<%= form_for @property , :url => {:action => "create"}, html: {class: "form-horizontal main-forms"} do |f| %>
<fieldset>
<%= f.hidden_field :copy_id %>
<%= render :partial => "form", locals: {:f => f} %>
</fieldset>
<% end %>