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

Version Path
renalware-core-2.0.99 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.98 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.97 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.96 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.95 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.94 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.93 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.92 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.91 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.90 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.89 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.88 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.87 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.86 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.85 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.84 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.83 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.82 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.81 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.80 app/views/renalware/patients/alerts/_alert.html.slim