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