Sha256: 87ffc9350d2a342e4dcdc4f8dc9e67147ec5553bef4bfc98449779bbbd6a6663
Contents?: true
Size: 680 Bytes
Versions: 6
Compression:
Stored size: 680 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", input_html: { class: "searchable_select", required: :required, tabindex: 2001 } = f.submit "Save", class: "button", data: { disable_with: "Saving.." } | = link_to "Cancel", "#", "aria-label" => "Close", class: "reveal-modal-close"
Version data entries
6 entries across 6 versions & 1 rubygems