Sha256: ae2afe787dd15d18c30b9a0638279aab86bab728ef7e9d79a25f6a1fa7cf249e
Contents?: true
Size: 852 Bytes
Versions: 75
Compression:
Stored size: 852 Bytes
Contents
- toggleable_id = "aki-alert-quick-preview-#{aki_alert.id}" tr(class="#{'aki_alert--hotlist' if aki_alert.hotlist?}") td = link_to("Edit", edit_renal_aki_alert_path(aki_alert)) | | = link_to("Toggle", "##{toggleable_id}", data: { behaviour: "toggler" }) td= default_patient_link(aki_alert.patient) td= aki_alert.patient.hospital_identifiers td.show-for-large-up.col-width-medium-with-ellipsis= aki_alert.patient.current_modality td= aki_alert.patient.sex td= aki_alert.patient.age td= aki_alert.action td= aki_alert.hospital_ward td= yes_no aki_alert.hotlist? td= aki_alert.max_aki td= l(aki_alert.aki_date) td= aki_alert.decided_by = content_tag(:tr, id: "#{toggleable_id}", style: "display: none") td.notes Notes td(colspan=10) .quick-preview =aki_alert.notes
Version data entries
75 entries across 75 versions & 1 rubygems