Sha256: c03f239966ba74cdf6251a9cad68ade01228a15dfe1153299eeb05089d8f4ee6

Contents?: true

Size: 462 Bytes

Versions: 8

Compression:

Stored size: 462 Bytes

Contents

= within_patient_layout(title: "Edit",
                        breadcrumbs: [ donor_summary_breadcrumb(patient),
                                      donor_donation_breadcrumb(patient, donation)]) do
  .document
    = simple_form_for donation,
        url: patient_transplants_donation_path(patient, donation),
        method: :patch,
        html: { autocomplete: :off },
        wrapper: "horizontal_form" do |f|
      = render "form", f: f, patient: patient

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta11 app/views/renalware/transplants/donations/edit.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/transplants/donations/edit.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/transplants/donations/edit.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/transplants/donations/edit.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/transplants/donations/edit.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/transplants/donations/edit.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/transplants/donations/edit.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/transplants/donations/edit.html.slim