From 1bc5bf06079e70288cf2efba58f2dba35baab41b Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Thu, 7 Sep 2023 11:58:00 +0200 Subject: [PATCH] form --- .../communication/websites/agenda/events/_form.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/views/admin/communication/websites/agenda/events/_form.html.erb b/app/views/admin/communication/websites/agenda/events/_form.html.erb index d4240f6e6..f28e1850b 100644 --- a/app/views/admin/communication/websites/agenda/events/_form.html.erb +++ b/app/views/admin/communication/websites/agenda/events/_form.html.erb @@ -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> -- GitLab