Sha256: 0bc5cbd5cb3bcfd380fcf9291311017a78900d7de99cb0bc8e508669fa10216f

Contents?: true

Size: 890 Bytes

Versions: 38

Compression:

Stored size: 890 Bytes

Contents

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

  <%= render_hash_as_hidden_fields(search_state.params_for_search.except(:q, :search_field, :qt, :page, :utf8)) %>
  <div class="form-group">
    <label class="control-label col-sm-3" for="search-field-header">
      <%= t("hyrax.search.form.q.label", application_name: application_name) %>
    </label>

    <div class="input-group">
      <%= 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><!-- /.input-group -->
  </div><!-- /.form-group -->
<% end %>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/my/_search_form.html.erb
hyrax-3.5.0 app/views/hyrax/my/_search_form.html.erb
hyrax-3.4.2 app/views/hyrax/my/_search_form.html.erb
hyrax-3.4.1 app/views/hyrax/my/_search_form.html.erb
hyrax-3.4.0 app/views/hyrax/my/_search_form.html.erb
hyrax-3.3.0 app/views/hyrax/my/_search_form.html.erb
hyrax-3.2.0 app/views/hyrax/my/_search_form.html.erb
hyrax-2.9.6 app/views/hyrax/my/_search_form.html.erb
hyrax-3.1.0 app/views/hyrax/my/_search_form.html.erb
hyrax-2.9.5 app/views/hyrax/my/_search_form.html.erb
hyrax-3.0.2 app/views/hyrax/my/_search_form.html.erb
hyrax-3.0.1 app/views/hyrax/my/_search_form.html.erb
hyrax-3.0.0 app/views/hyrax/my/_search_form.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/my/_search_form.html.erb
hyrax-2.9.4 app/views/hyrax/my/_search_form.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/my/_search_form.html.erb
hyrax-2.9.3 app/views/hyrax/my/_search_form.html.erb
hyrax-2.9.2 app/views/hyrax/my/_search_form.html.erb
hyrax-2.9.1 app/views/hyrax/my/_search_form.html.erb
hyrax-2.9.0 app/views/hyrax/my/_search_form.html.erb