personal_plugin_generator/template_generator/app/views/admin/plugin_templates/edit.html.erb

5 lines
234 B
Plaintext

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