Sha256: 299d2e110f86b422785749df0bf2f24bf0fa9ef1be4dcb647297262ba278096e

Contents?: true

Size: 765 Bytes

Versions: 4

Compression:

Stored size: 765 Bytes

Contents

- if the_patient_search.present?
  ul.left
    li.has-form
      = search_form_for the_patient_search,
                        url: patients_path,
                        as: :patient_search,
                        class: "patient-search-form" do |f|
        .row.collapse
          .columns.small-12
            .row.collapse
              .small-10.columns
                = label_tag :identity_match, t(".accessible_label_title") do
                  = f.search_field :identity_match,
                                   placeholder: t(".verbose_search_placeholder"),
                                   class: "radius"
              .small-2.columns
                = f.button class: "button tiny postfix radius radius-right" do
                  i.fa.fa-search

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
renalware-core-2.0.44 app/views/renalware/navigation/_patient_search.html.slim
renalware-core-2.0.43 app/views/renalware/navigation/_patient_search.html.slim
renalware-core-2.0.42 app/views/renalware/navigation/_patient_search.html.slim
renalware-core-2.0.41 app/views/renalware/navigation/_patient_search.html.slim