Sha256: 1e3c164ddfec093116f3ef49d39edac1c30292126570e94d7753c2952530524c

Contents?: true

Size: 621 Bytes

Versions: 2

Compression:

Stored size: 621 Bytes

Contents

= within_patient_layout(title: "Edit",
                        breadcrumbs: [donor_summary_breadcrumb(patient),
                                      donor_operation_breadcrumb(patient, operation)]) do
  .edit_timestamp= render "renalware/shared/last_update", record: operation

  .row
    .columns.large-12
      .document
        = simple_form_for operation,
            url: patient_transplants_donor_operation_path(patient, operation),
            html: { class: "transplant-donor-operation-form", autocomplete: "off" },
            wrapper: "horizontal_form" do |f|
          = render "form", f: f, patient: patient

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta5 app/views/renalware/transplants/donor_operations/edit.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/transplants/donor_operations/edit.html.slim