Sha256: 725d4a080676162b6e2e92ef7fcba4274ff40040653773c2cd45ee26be3f6d72

Contents?: true

Size: 627 Bytes

Versions: 177

Compression:

Stored size: 627 Bytes

Contents

= within_patient_layout(title: "Edit Patient Rule",
                        navigation_partial: "renalware/pathology/navigation") do
  = render "renalware/shared/errors", model: patient_rule
  .row
    .large-8.columns

      = simple_form_for patient_rule,
          url: patient_pathology_patient_rule_path(patient_id: @patient, id: patient_rule.id),
          wrapper: "horizontal_form",
          html: { autocomplete: "off" },
          method: :put do |f|

        = render "form",
                 patient_rule: patient_rule,
                 frequencies: frequencies,
                 labs: labs,
                 f: f

Version data entries

177 entries across 177 versions & 1 rubygems

Version Path
renalware-core-2.0.147 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.146 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.145 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.144 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.143 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.142 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.141 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.140 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.139 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.138 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.137 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.136 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.135 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.134 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.133 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.132 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.131 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.130 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.129 app/views/renalware/pathology/patient_rules/edit.html.slim
renalware-core-2.0.128 app/views/renalware/pathology/patient_rules/edit.html.slim