Sha256: cea8bfe822f51862d7807fe7e9fef3799f7d1f3f2a417dcb3be6296e05952e04

Contents?: true

Size: 739 Bytes

Versions: 24

Compression:

Stored size: 739 Bytes

Contents

<%= form_tag search_action_url, method: :get, class: "search-query-form", role: "search" do %>
  <%= render_hash_as_hidden_fields(search_state.params_for_search.except(:q, :search_field, :qt, :page, :utf8)) %>
  <div class="input-group">

    <label class="sr-only" for="search-field-header"><%= t("hyrax.search.form.q.label", application_name: application_name) %></label>
    <%= text_field_tag :q, current_search_parameters , class: "q form-control", id: "search-field-header", placeholder: t("hyrax.search.form.q.placeholder") %>

    <div class="input-group-btn">
      <button type="submit" class="btn btn-primary" id="search-submit-header">
        <%= t('hyrax.search.button.html') %>
      </button>
    </div>
  </div>
<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/my/_search_form.html.erb
hyrax-2.2.4 app/views/hyrax/my/_search_form.html.erb
hyrax-2.2.3 app/views/hyrax/my/_search_form.html.erb
hyrax-2.2.2 app/views/hyrax/my/_search_form.html.erb
hyrax-2.2.1 app/views/hyrax/my/_search_form.html.erb
hyrax-2.2.0 app/views/hyrax/my/_search_form.html.erb
hyrax-2.1.0 app/views/hyrax/my/_search_form.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/my/_search_form.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/my/_search_form.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/my/_search_form.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/my/_search_form.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/my/_search_form.html.erb
hyrax-2.0.2 app/views/hyrax/my/_search_form.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/my/_search_form.html.erb
hyrax-2.0.1 app/views/hyrax/my/_search_form.html.erb
hyrax-2.0.0 app/views/hyrax/my/_search_form.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/my/_search_form.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/my/_search_form.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/my/_search_form.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/my/_search_form.html.erb