Sha256: 9976f27b0587132e46b0b672972ed8b0bc8ab8968c732524de4a5e553337551f

Contents?: true

Size: 624 Bytes

Versions: 177

Compression:

Stored size: 624 Bytes

Contents

= within_patient_layout(title: "New Patient Rules",
                        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_rules_path(patient_id: @patient),
                        html: { autocomplete: "off" },
                        wrapper: "horizontal_form" 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.18 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.17 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.16 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.15 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.14 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.13 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.12 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.11 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.9 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.8 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.7 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.5 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.4 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.3 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.2 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.1 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.0 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/pathology/patient_rules/new.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/pathology/patient_rules/new.html.slim