Sha256: b75df14bc39301a7e35b6459df8346ca754d7c45ecd721993569852363fd13ec
Contents?: true
Size: 443 Bytes
Versions: 62
Compression:
Stored size: 443 Bytes
Contents
= within_patient_layout(title: "Edit", breadcrumbs: breadcrumb_for("Demographics", patient)) do .row.document = 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
62 entries across 62 versions & 1 rubygems