Sha256: 2e3c8c5256e26f7882dbe8209ab9cd28726bf33d0196b880a632ee850e5d63a8
Contents?: true
Size: 1.06 KB
Versions: 119
Compression:
Stored size: 1.06 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_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_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
119 entries across 119 versions & 1 rubygems