active/app/views/admin/actives/new.html.erb

5 lines
187 B
Plaintext
Raw Permalink Normal View History

2014-11-10 02:24:07 +00:00
<%= form_for @act, url: admin_actives_path, html: {class: "form-horizontal main-forms"} do |f| %>
<fieldset>
<%= render :partial => 'form', locals: {f: f} %>
</fieldset>
<% end %>