personal_plugin_generator/app/views/admin/personal_plugin_fields/template_generator/app/views/admin/plugin_templates/new.html.erb

5 lines
217 B
Plaintext

<%= form_for @plugin_template, url: admin_plugin_templates_path, html: {class: "form-horizontal main-forms previewable"} do |f| %>
<fieldset>
<%= render partial: 'form', locals: {f: f} %>
</fieldset>
<% end %>