Sha256: 1eedcdc1a97d88860bff613309f47390f81a6a1f7cb03952e2b6e9af681d799b
Contents?: true
Size: 454 Bytes
Versions: 41
Compression:
Stored size: 454 Bytes
Contents
li.patient-alert(class=("urgent" if alert.urgent) id="alert-#{alert.id}") i.fa.fa-warning 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.fa.fa-trash-o
Version data entries
41 entries across 41 versions & 1 rubygems