Sha256: fa120bbfdd26cb5cc3336785b3cc5ef52f9735e8de36e327a76f8579cef20f9e

Contents?: true

Size: 526 Bytes

Versions: 40

Compression:

Stored size: 526 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
      .columns= save_or_cancel(form: f, back_path: patient_path(patient))

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
renalware-core-2.0.113 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.112 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.111 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.110 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.109 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.108 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.106 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.105 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.104 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.103 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.102 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.101 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.100 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.99 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.98 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.97 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.96 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.95 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.94 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.93 app/views/renalware/patients/patients/edit.html.slim