Sha256: b2b14bdade7fefb7d3ab23e96de5559e2f2bf2dd47659d47e8bc7976f8914452

Contents?: true

Size: 963 Bytes

Versions: 6

Compression:

Stored size: 963 Bytes

Contents

<%= form_tag search_action_url, method: :get, class: "search-query-form search-form", role: "search" do %>

  <%= render Blacklight::HiddenSearchStateComponent.new(params: search_state.params_for_search.except(:q, :search_field, :qt, :page, :utf8)) %>
  <div class="form-group row">
    <label class="col-form-label col-sm-3 text-right" for="search-field-header">
      <%= t("hyrax.search.form.q.label", application_name: application_name) %>
    </label>

    <div class="input-group mb-sm-auto col-sm-9">
      <%= text_field_tag :q, current_search_parameters , 'aria-label': 'Search', class: "q form-control", id: "search-field-header", placeholder: t("hyrax.search.form.q.placeholder") %>
      <div class="input-group-append">
        <button type="submit" class="btn btn-primary" id="search-submit-header">
          <%= t('hyrax.search.button.html') %>
        </button>
      </div>
    </div><!-- /.input-group -->
  </div><!-- /.form-row -->
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyrax-5.0.3 app/views/hyrax/my/_search_form.html.erb
hyrax-5.0.2 app/views/hyrax/my/_search_form.html.erb
hyrax-5.0.1 app/views/hyrax/my/_search_form.html.erb
hyrax-5.0.0 app/views/hyrax/my/_search_form.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/my/_search_form.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/my/_search_form.html.erb