Sha256: 2d5599ddec2b725ef9a37bdbd33037b34455eab2216b932a0b1409be59df6379

Contents?: true

Size: 541 Bytes

Versions: 52

Compression:

Stored size: 541 Bytes

Contents

= within_patient_layout(title: "Edit", breadcrumbs: breadcrumb_for("Demographics", patient)) do
  .row.document
    .columns.small-12
      = render "renalware/shared/errors", model: patient
    = simple_form_for patient,
                      wrapper: "horizontal_form",
                      html: { autocomplete: "off" } do |f|

      .columns= save_or_cancel(form: f, back_path: patient_path(patient))
      = render "form", f: f, patient: patient, editing: true
      .columns= save_or_cancel(form: f, back_path: patient_path(patient))

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
renalware-core-2.0.127 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.126 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.125 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.124 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.123 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.121 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.120 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.119 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.118 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.117 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.116 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.115 app/views/renalware/patients/patients/edit.html.slim