personal_other_paper/app/views/admin/other_papers/edit.html.erb

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