Sha256: fb772e2c9274564e824e2b2c506a28c86e65bf21f62e826ab8e7599ab4bb6171
Contents?: true
Size: 734 Bytes
Versions: 8
Compression:
Stored size: 734 Bytes
Contents
= within_patient_layout(title: "Edit #{capd_apd_title(regime)} Regime", breadcrumbs: pd_summary_breadcrumb(patient), **local_assigns) do = render "renalware/shared/errors", model: regime = simple_nested_form_for [patient, regime], as: :pd_regime, wrapper: "horizontal_form", html: { class: "pd-form" }, method: :put do |f| = render partial: "renalware/pd/regimes/form", locals: local_assigns.merge!(f: f) .row .large-12.columns = submit_tag "Update", class: "button" span= " or " = link_to "Cancel", patient_pd_dashboard_path(patient)
Version data entries
8 entries across 8 versions & 1 rubygems