Sha256: 10a3317e3181d513c18f50d048af305b17b74ab7c697eb8b657c2168ee9d3e8d

Contents?: true

Size: 172 Bytes

Versions: 1

Compression:

Stored size: 172 Bytes

Contents

.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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datetime_picker_input-4.0.0 spec/dummy/app/views/appointments/new.html.slim