Sha256: 98e70a9b2d08207395989ed891931222ff692b9f4f66f75e1100009910d7347f
Contents?: true
Size: 1.09 KB
Versions: 33
Compression:
Stored size: 1.09 KB
Contents
td*{ "data-slot-id" => slot.id.present? && slot.id, "data-cell-id" => slot.cell_id, "data-master" => slot.master?, "data-weekly" => slot.id.present? && !slot.master?, "data-patient-id" => slot.patient_id.present? && slot.patient_id, "style" => defined?(animate) && animate && "animation: highlight 1.5s" } - if slot.patient.present? = link_to slot.patient.to_s, edit_hd_scheduling_diary_slot_path(diary_id: slot.diary_id, id: slot.id), class: "button diary__button diary__target", title: slot.patient, data: { "reveal-id" => "add-patient-to-diary-modal", "reveal-ajax" => "true" } - else = link_to "Add", new_hd_scheduling_diary_slot_path(diary_id: slot.diary_id, station_id: slot.station_id, diurnal_period_code_id: slot.diurnal_period_code_id, day_of_week: slot.day_of_week), data: { "reveal-id" => "add-patient-to-diary-modal", "reveal-ajax" => "true" }
Version data entries
33 entries across 33 versions & 1 rubygems