spec/dummy/app/views/appointments/new.html.slim in datetime_picker_input-4.0.0 vs spec/dummy/app/views/appointments/new.html.slim in datetime_picker_input-4.17.37

- old
+ new

@@ -1,6 +1,4 @@ .page-header h1 New Appointment -= simple_form_for @appointment, html: { class: "form-horizontal" } do |f| - = f.input :scheduled_at, as: :date_time_picker - = f.submit += render 'form'