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

Version Path
renalware-core-2.0.167 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.166 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.165 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.164 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.163 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.162 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.161 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.160 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.159 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.158 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.157 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.156 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.155 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.153 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.152 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.151 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.149 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.148 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.147 app/views/renalware/patients/_search_form.html.slim
renalware-core-2.0.146 app/views/renalware/patients/_search_form.html.slim