Sha256: 13f73b3e1acd28f291c0fbaddd960f4ba580542419f126c0177a72e560530b88
Contents?: true
Size: 726 Bytes
Versions: 18
Compression:
Stored size: 726 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" ' or = link_to "Cancel", patient_pd_dashboard_path(patient)
Version data entries
18 entries across 18 versions & 1 rubygems