Sha256: 0cb4768cbd59a1508a3d40e8be7261e2391d1174a0a4bd9cf5f6a505c105abd8

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

= content_for(:actions) do
  =link_to "Edit", edit_patient_path(patient), class: "button"

= within_patient_layout(title: "Demographics") do
  #patient-demographics
    .grid
      .row
        .columns.medium-6.large-4.xlarge-3
          = render "renalware/patients/patients/show/patient_demographics", patient: patient
        .columns.medium-6.large-4.xlarge-3
          article
            header
              h1 Current Address
            = render patient.current_address if patient.current_address
        .columns.medium-6.large-4.xlarge-3
          = render "renalware/patients/patients/show/hospital_numbers", patient: patient
        .columns.medium-6.large-4.xlarge-3
          = render "renalware/patients/patients/show/primary_care_physician", patient: patient
        .columns.medium-6.large-4.xlarge-3
          = render "renalware/patients/patients/show/letter_preferences", patient: patient
        .columns.medium-6.large-4.xlarge-3
          = render "renalware/patients/patients/show/ukrdc_preferences", patient: patient
        .columns.medium-6.large-4.xlarge-3
          = render "renalware/patients/patients/show/contact_details", patient: patient
        .columns.medium-6.large-4.xlarge-3
          = render "renalware/patients/patients/show/referral", patient: patient

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/patients/show.html.slim