Sha256: 70d6fb23f19e4da24610d9166a9c1b4784312dc63be077cd6262551b185d8f5c
Contents?: true
Size: 545 Bytes
Versions: 2
Compression:
Stored size: 545 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta9 | app/views/renalware/patients/_search_form.html.slim |
renalware-core-2.0.0.pre.beta8 | app/views/renalware/patients/_search_form.html.slim |