Sha256: d39ccaa7a5a7ab85d407def9e9f599dec89b9a529f2850351de650309d5f474d

Contents?: true

Size: 596 Bytes

Versions: 2

Compression:

Stored size: 596 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: "fn-form 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.1.1 app/views/renalware/transplants/donor_operations/edit.html.slim
renalware-core-2.1.0 app/views/renalware/transplants/donor_operations/edit.html.slim