5 lines
232 B
Plaintext
5 lines
232 B
Plaintext
|
<%= form_for @section, :url => update_section_admin_survey_path(@section.id), :html => {:class => "form-horizontal main-forms"} do |f| %>
|
||
|
<fieldset>
|
||
|
<%= render :partial => "section_form", locals: {:f => f} %>
|
||
|
</fieldset>
|
||
|
<% end %>
|