6 lines
231 B
Plaintext
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 %>
|