Sha256: b8f7d0f6e445b98c7c05f3940424af7ce7f0b0f9da42319c941638596711dbb6
Contents?: true
Size: 680 Bytes
Versions: 147
Compression:
Stored size: 680 Bytes
Contents
= within_patient_layout(title: t(".#{session.state}.title"), breadcrumbs: hd_summary_breadcrumb(patient)) do = render "session_nav", session: session .document.hd-session-form = simple_form_for session, as: :hd_session, url: patient_hd_sessions_path(@patient), 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