Skip to content
Snippets Groups Projects
Commit 1bc5bf06 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

form

parent a838e11b
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,20 @@
<div class="row pure__row--small">
<div class="col-md-6">
<%= f.input :from_day, html5: true %>
</div>
<div class="col-md-6">
<%= f.input :from_hour, html5: true %>
</div>
</div>
<div class="row pure__row--small">
<div class="col-md-6">
<%= f.input :to_day, html5: true %>
</div>
<div class="col-md-6">
<%= f.input :to_hour, html5: true %>
</div>
</div>
<div class="row pure__row--small">
<div class="col-md-6">
<%= render 'admin/application/meta_description/form', f: f, about: event %>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment