Sha256: f290eb45bc876ac40af15233ce5a86d10e863a8a6e1d870d85e39f1c70aa6e59

Contents?: true

Size: 722 Bytes

Versions: 35

Compression:

Stored size: 722 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,
            prompt: "Select a GP",
            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

35 entries across 35 versions & 1 rubygems

Version Path
renalware-core-2.0.23 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.22 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.21 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.20 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.18 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.17 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.16 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.15 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.14 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.13 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.12 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.11 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.9 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.8 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.7 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.5 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.4 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.3 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.2 app/views/renalware/patients/primary_care_physician/_form.html.slim
renalware-core-2.0.1 app/views/renalware/patients/primary_care_physician/_form.html.slim