Sha256: 8fbe0870439b0e38a927051285d5c13b9893527695fd8d2940fde06e57cdbbd6
Contents?: true
Size: 546 Bytes
Versions: 169
Compression:
Stored size: 546 Bytes
Contents
/ A re-usable partial for filtering a page by patient name or nhs/local hospital number. / The search_form must be an instance of Patients::SearchForm. = simple_form_for search_form, as: :patient_search, url: search_form.url, method: :get, html: { autocomplete: "off" } do |f| .row .medium-5.columns = f.input :term, label: false, placeholder: "Search by patient surname, NHS or Hosp. no." .medium-7.columns.actions = f.submit "Search", class: :button
Version data entries
169 entries across 169 versions & 1 rubygems