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