Sha256: 899d54dfcd914708a4c650da02c6fa24b71be39235570b0c5e304aa6eae5eef4

Contents?: true

Size: 721 Bytes

Versions: 134

Compression:

Stored size: 721 Bytes

Contents

= simple_form_for patient,
                  method: :patch,
                  html: { autocomplete: "off" },
                  url: patient_primary_care_physician_path(patient) do |f|

  = f.input :practice_id, as: :hidden

  = f.input :primary_care_physician_id,
            collection: available_primary_care_physicians,
            include_blank: false,
            label: "Now choose a GP",
            input_html: { class: "searchable_select", required: :required, tabindex: 2001 }
  br
  = f.submit "Save",
              class: "button",
              data: { disable_with: "Saving.." }
  |  
  = link_to "Cancel",
            "#",
            "aria-label" => "Close",
            class: "reveal-modal-close"

Version data entries

134 entries across 134 versions & 1 rubygems

Version Path
renalware-core-2.0.167 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.166 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.165 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.164 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.163 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.162 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.161 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.160 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.159 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.158 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.157 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.156 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.155 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.153 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.152 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.151 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.149 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.148 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.147 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.146 app/views/renalware/patients/primary_care_physician/_form.html.slim