Sha256: bf578def5fecdd66cf9f1c7f6d63d7037d96e35225c0bb6c1c77231f674ed31a

Contents?: true

Size: 1.27 KB

Versions: 8

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

8 entries across 8 versions & 1 rubygems

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