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

Version Path
renalware-core-2.0.44 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.43 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.42 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.41 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.40 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.39 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.38 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.37 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.36 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.35 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.34 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.33 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.32 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.31 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.30 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.28 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.27 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.26 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.25 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.24 app/views/renalware/patients/alerts/_alert.html.slim