Sha256: e381678cd0526f0f50a06168f560441ee5dbf0b95eb8f31fc40737c35e8184c7
Contents?: true
Size: 723 Bytes
Versions: 147
Compression:
Stored size: 723 Bytes
Contents
= within_patient_layout(title: session_edit_title(session), breadcrumbs: [hd_summary_breadcrumb(session.patient), hd_session_breadcrumb(session)]) do .document.hd-session-form = simple_form_for session, as: :hd_session, url: patient_hd_session_path(@patient, session), html: { autocomplete: "off", class: "form-with-multiple-submit-buttons" }, wrapper: "horizontal_form" do |f| = render "renalware/hd/sessions/#{session.state}/form", f: f, session: session, patient: patient, prescriptions_to_be_administered_on_hd: prescriptions_to_be_administered_on_hd
Version data entries
147 entries across 147 versions & 1 rubygems