Sha256: b4f91b19d7e13fc562808fcd12c55e0a250d41f6ca2c7f78f5fc73a3e30e317b

Contents?: true

Size: 707 Bytes

Versions: 33

Compression:

Stored size: 707 Bytes

Contents

<div>
  <% # this form is used on the public users page and the admin users page, so submit to current path %>
  <%= form_tag request.path, method: :get, class: "form-search" do %>
    <label class="sr-only" for="user_search">Search Users</label>
    <%= text_field_tag :uq, params[:uq], class: "q", placeholder: "Search Users", size: '30', type: "search", id: "user_search" %>
    <%= hidden_field_tag :sort, params[:sort], id: 'user_sort' %>
    <%= render_hash_as_hidden_fields(search_state.params_for_search.except(:uq, :sort, :qt, :page, :utf8)) %>
    <button type="submit" class="btn btn-primary" id="user_submit">
      <i class="glyphicon glyphicon-search"></i> Go
    </button>
  <% end %>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/users/_search_form.html.erb
hyrax-2.9.5 app/views/hyrax/users/_search_form.html.erb
hyrax-2.9.4 app/views/hyrax/users/_search_form.html.erb
hyrax-2.9.3 app/views/hyrax/users/_search_form.html.erb
hyrax-2.9.2 app/views/hyrax/users/_search_form.html.erb
hyrax-2.9.1 app/views/hyrax/users/_search_form.html.erb
hyrax-2.9.0 app/views/hyrax/users/_search_form.html.erb
hyrax-2.8.0 app/views/hyrax/users/_search_form.html.erb
hyrax-2.7.2 app/views/hyrax/users/_search_form.html.erb
hyrax-2.7.1 app/views/hyrax/users/_search_form.html.erb
hyrax-2.7.0 app/views/hyrax/users/_search_form.html.erb
hyrax-2.6.0 app/views/hyrax/users/_search_form.html.erb
hyrax-2.5.1 app/views/hyrax/users/_search_form.html.erb
hyrax-2.5.0 app/views/hyrax/users/_search_form.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/users/_search_form.html.erb
hyrax-2.4.1 app/views/hyrax/users/_search_form.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/users/_search_form.html.erb
hyrax-2.4.0 app/views/hyrax/users/_search_form.html.erb
hyrax-2.3.3 app/views/hyrax/users/_search_form.html.erb
hyrax-2.3.2 app/views/hyrax/users/_search_form.html.erb