Sha256: f79aa88c8f003e6f74097fb02bde8a405d3d9b2ff1a035092d7c332464fcc169

Contents?: true

Size: 445 Bytes

Versions: 2

Compression:

Stored size: 445 Bytes

Contents

.search-form.filters
  = simple_form_for query,
      as: :q,
      url: research_study_participants_path(study),
      method: :get do |f|
    .row
      .columns.medium-3
        = f.input :identity_match, label: "Search by Hosp/NHS no or name"

      .columns.medium-4.actions.end
        = f.submit t("btn.filter"), class: "button secondary", name: nil
        '  or
        = link_to t("btn.reset"), research_study_participants_path(study)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/research/study_participants/_filters.html.slim
renalware-core-2.1.0 app/views/renalware/research/study_participants/_filters.html.slim