5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
|
<%= form_for @other_paper, url: admin_other_paper_path(@other_paper), html: {class: "form-horizontal main-forms previewable"} do |f| %>
|
||
|
<fieldset>
|
||
|
<%= render partial: 'form', locals: {f: f} %>
|
||
|
</fieldset>
|
||
|
<% end %>
|