Sha256: 3181e9ad62fe621ef5667de02ba376bc53190f2db3a9b195d9d6dace89144cde

Contents?: true

Size: 940 Bytes

Versions: 16

Compression:

Stored size: 940 Bytes

Contents

= content_for(:actions) do
  = link_to t("edit_record.link_title"),
            edit_patient_transplants_registration_path(patient),
            class: "button"

= within_patient_layout(title: "Wait List Registration",
                        breadcrumbs: recipient_summary_breadcrumb(patient)) do

  .edit_timestamp= render "renalware/shared/last_update", record: registration

  .document-view
    .mgrid
      .row
          - ["Codes", "CRF", "HLA", "Transplant", "Organs"].each do |group|
            = render "renalware/shared/documents/attributes_group",
                group: registration.document.public_send(group.parameterize(separator: "_")),
                legend: group, destination: group.parameterize(separator: "_")

          = render "renalware/shared/attributes_group",
              legend: "Admin", destination: "admin",
              models: { registration => %i(referred_on assessed_on entered_on contact notes) }

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
renalware-core-2.0.167 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.166 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.165 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.164 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.163 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.162 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.161 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.160 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.159 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.158 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.157 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.156 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.155 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.153 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.152 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.151 app/views/renalware/transplants/registrations/show.html.slim