Sha256: 77ebd90439bf0168031edaa568e9803a9787245cbcf68a6518efdac0c481c09d
Contents?: true
Size: 449 Bytes
Versions: 157
Compression:
Stored size: 449 Bytes
Contents
= within_patient_layout(title: "Peritonitis Episode", **local_assigns) do = render "renalware/shared/errors", model: peritonitis_episode = simple_form_for [patient, peritonitis_episode], wrapper: :horizontal_form do |f| = render "renalware/pd/peritonitis_episodes/fields", local_assigns.merge!(f: f) = submit_tag "Save", class: "button" span= " or " = link_to "cancel", patient_pd_dashboard_path(patient)
Version data entries
157 entries across 157 versions & 1 rubygems