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