memberlog/app/views/admin/dayoffs/edit.html.erb

5 lines
207 B
Plaintext

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