Sha256: b662da79c4aae3e22f12b967f535ed828dc703e7b09687fb9278153039f5ebb7

Contents?: true

Size: 436 Bytes

Versions: 168

Compression:

Stored size: 436 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

168 entries across 168 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc9 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/renal/profiles/_mini.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/renal/profiles/_mini.html.slim