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