Sha256: 49196af972bfdd6f0b4007241fafcbe2b487575e92d5f2074fadd28a43614393

Contents?: true

Size: 458 Bytes

Versions: 7

Compression:

Stored size: 458 Bytes

Contents

tr.alerts--alert(class=("urgent" if alert.urgent ) id="alert-#{alert.id}")
  td.icon
  td.notes
    span(title=alert.notes)= alert.notes
  td.author= alert.created_by.username
  td.col-width-date= l(alert.created_at.to_date)
  td.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

7 entries across 7 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta11 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/patients/alerts/_alert.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/patients/alerts/_alert.html.slim