Sha256: 67a32636f82181b52b8ef83bfad4c561944ef34aa520e58a86a26b9a6341498a

Contents?: true

Size: 1.39 KB

Versions: 142

Compression:

Stored size: 1.39 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
        .columns.medium-6.large-4.xlarge-3
          = render "renalware/patients/patients/show/psychosocial", patient: patient

Version data entries

142 entries across 142 versions & 1 rubygems

Version Path
renalware-core-2.0.149 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.148 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.147 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.146 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.145 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.144 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.143 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.142 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.141 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.140 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.139 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.138 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.137 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.136 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.135 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.134 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.133 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.132 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.131 app/views/renalware/patients/patients/show.html.slim
renalware-core-2.0.130 app/views/renalware/patients/patients/show.html.slim