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

5 lines
207 B
Plaintext

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