Sha256: 103db00bfc72fe3e901d43a553c8597443663169bb98d6cfd28bc9d2be9e6da1
Contents?: true
Size: 837 Bytes
Versions: 4
Compression:
Stored size: 837 Bytes
Contents
= within_patient_layout(\ title: "Edit", breadcrumbs: breadcrumb_for("Renal Profile & Comorbidity Data", patient_renal_profile_path(patient))\ ) do .row = render "renalware/shared/errors", model: profile .row .large-12.columns = simple_form_for profile, url: patient_renal_profile_path(patient), method: :patch, html: { autocomplete: "off" }, wrapper: "horizontal_form" do |f| .form-actions = submit_tag "Save", class: "button" span= " or " = link_to "cancel", patient_clinical_summary_path(patient) = render "form", f: f, patient: patient .form-actions = submit_tag "Save", class: "button" span= " or " = link_to "cancel", patient_clinical_summary_path(patient)
Version data entries
4 entries across 4 versions & 1 rubygems