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

5 lines
202 B
Plaintext

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