Sha256: 90f1d520f64eb08dea86d24f6374dc56d545de41eefdc1c76a7c9fb5c69822e1
Contents?: true
Size: 467 Bytes
Versions: 91
Compression:
Stored size: 467 Bytes
Contents
li.patient-alert(class=("urgent" if alert.urgent) id="alert-#{alert.id}") i.fas.fa-exclamation-triangle span.title Alert: span.body= alert.notes span.author= alert.created_by.username span.date= l(alert.created_at.to_date) span.actions = link_to(patient_alert_path(alert.patient, alert), remote: true, method: :delete, data: { confirm: "Are you sure you want to remove this alert?" }) do i.fas.fa-trash
Version data entries
91 entries across 91 versions & 1 rubygems