Sha256: ef1342bc65401105b266d35d034ab02715d4769008bddc063f67a8fea6788397

Contents?: true

Size: 939 Bytes

Versions: 159

Compression:

Stored size: 939 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
    .grid
      .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

159 entries across 159 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/transplants/registrations/show.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/transplants/registrations/show.html.slim