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