Sha256: 1ec40231f7384c0044067a79152f645c5477f08735a10f952513fe1893f65cbb

Contents?: true

Size: 435 Bytes

Versions: 5

Compression:

Stored size: 435 Bytes

Contents

- require_dependency "renalware/renal"
- patient = Renalware::Renal.cast_patient(patient)
- profile = patient.profile

.renal-profile
  .mini-renal-profile
    dl
      -if profile&.esrf_on.present?
        dt= link_to "ESRF:", edit_patient_renal_profile_path(patient)
        dd= profile&.esrf_on

      dt= link_to "PRD:", edit_patient_renal_profile_path(patient)
      dd= profile&.prd_description.present? ? profile : "Unrecorded"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/renal/profiles/_mini.html.slim