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

Version Path
renalware-core-2.0.113 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.112 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.111 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.110 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.109 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.108 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.106 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.105 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.104 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.103 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.102 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.101 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.100 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.99 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.98 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.97 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.96 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.95 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.94 app/views/renalware/hd/diary_slots/_slot.html.slim
renalware-core-2.0.93 app/views/renalware/hd/diary_slots/_slot.html.slim