portal-template/app/views/admin/portal_template/new.html.erb

5 lines
212 B
Plaintext
Raw Normal View History

2024-01-24 10:27:26 +00:00
<%= form_for @offer, url: admin_portal_template_index_path, html: {class: "form-horizontal main-forms previewable"} do |f| %>
<fieldset>
<%= render partial: 'form', locals: {f: f} %>
</fieldset>
<% end %>