= within_patient_layout(title: "Edit Patient Rule", navigation_partial: "renalware/pathology/navigation") do = render "renalware/shared/errors", model: patient_rule .row .large-8.columns = simple_form_for patient_rule, url: patient_pathology_patient_rule_path(patient_id: @patient, id: patient_rule.id), wrapper: "horizontal_form", html: { autocomplete: "off" }, method: :put do |f| = render "form", patient_rule: patient_rule, frequencies: frequencies, labs: labs, f: f