Sha256: a22133c8b7b9c3bcf2ec80a1bb91c742ae5630e8677faa9205959d6afa8d9077
Contents?: true
Size: 526 Bytes
Versions: 157
Compression:
Stored size: 526 Bytes
Contents
= within_patient_layout(title: "New Peritonitis Episode", breadcrumbs: pd_summary_breadcrumb(patient), **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