survey/app/views/admin/surveys/add_section.html.erb

5 lines
216 B
Plaintext

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