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