Sha256: 499cab61254dec6af6b7ea6da14c825e2827e64e93f36072936856deea856661

Contents?: true

Size: 291 Bytes

Versions: 3

Compression:

Stored size: 291 Bytes

Contents

.page-header
  .pull-right
    = link_to "New Appointment", new_appointment_path, class: "btn btn-primary"
  h1 Appointments

table.table
  tr
    th Scheduled At

  - @appointments.each do |appointment|
    tr
      td= link_to appointment.scheduled_at, edit_appointment_path(appointment)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
datetime_picker_input-4.17.47 spec/dummy/app/views/appointments/index.html.slim
datetime_picker_input-4.17.37.1 spec/dummy/app/views/appointments/index.html.slim
datetime_picker_input-4.17.37 spec/dummy/app/views/appointments/index.html.slim