Sha256: b1c566a3e388473ba3f770ce3074553a0e4514edd7a3bbcf9dfa31cdcbbb58a6

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 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= appointment.scheduled_at

Version data entries

1 entries across 1 versions & 1 rubygems

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