personal-competition/app/views/admin/competitions/edit.html.erb

6 lines
223 B
Plaintext

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