personal-volunteer/app/views/admin/volunteer_services/edit.html.erb

6 lines
251 B
Plaintext

<%= form_for @volunteer_service, url: admin_volunteer_service_path(@volunteer_service), html: { class: "form-horizontal main-forms previewable" } do |f| %>
<fieldset>
<%= render partial: 'form', locals: {f: f} %>
</fieldset>
<% end %>