hps_learning/app/views/admin/hps_learnings/edit.html.erb

5 lines
220 B
Plaintext

<%= form_for @hpsclass, :url => {:action => "update"}, :html => { :multipart => true , :class=>"form-horizontal main-forms"} do |f| %>
<fieldset>
<%= render :partial => "form", locals: {f: f} %>
</fieldset>
<% end %>