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

5 lines
234 B
Plaintext
Raw Normal View History

2021-02-28 09:58:51 +00:00
<%= form_for @plugin_template, url: admin_plugin_template_path(@plugin_template), html: {class: "form-horizontal main-forms previewable"} do |f| %>
2021-02-27 04:19:24 +00:00
<fieldset>
<%= render partial: 'form', locals: {f: f} %>
</fieldset>
<% end %>