5 lines
225 B
Plaintext
5 lines
225 B
Plaintext
|
<%= form_for @template, url: admin_ruling_templates_path, html: {class: "form-horizontal main-forms", :id => "template-form"} do |f| %>
|
||
|
<fieldset>
|
||
|
<%= render :partial => 'form', locals: {f: f} %>
|
||
|
</fieldset>
|
||
|
<% end %>
|