ruling_template/app/views/admin/ruling_templates/new.html.erb

5 lines
225 B
Plaintext
Raw Normal View History

2017-08-02 09:07:55 +00:00
<%= 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 %>