Sha256: aa0040840f90568a66fcf9b7c44b0e2247bd8570f7dc978c610ccc69e9304d58

Contents?: true

Size: 521 Bytes

Versions: 18

Compression:

Stored size: 521 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|

      = render "form", f: f, patient: patient

      .columns.large-12
        = submit_tag "Update", class: "button"
        span= " or "
        = link_to "Cancel", patient_path(patient)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
renalware-core-2.0.72 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.71 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.70 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.69 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.68 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.67 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.64 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.63 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.62 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.61 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.60 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.58 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.57 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.56 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.55 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.54 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.53 app/views/renalware/patients/patients/edit.html.slim
renalware-core-2.0.52 app/views/renalware/patients/patients/edit.html.slim