Sha256: f5b5196f6d899ca6832a3d47eda873bd5bfc0f449ee1f4462465a40c4fc76c8d

Contents?: true

Size: 708 Bytes

Versions: 23

Compression:

Stored size: 708 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

23 entries across 23 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.3 app/views/hyrax/users/_search_form.html.erb
hyrax-1.1.0 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.2 app/views/hyrax/users/_search_form.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.1 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.0 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/users/_search_form.html.erb
hyrax-1.0.5 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/users/_search_form.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/users/_search_form.html.erb
hyrax-1.0.4 app/views/hyrax/users/_search_form.html.erb
hyrax-1.0.3 app/views/hyrax/users/_search_form.html.erb
hyrax-1.0.2 app/views/hyrax/users/_search_form.html.erb
hyrax-1.0.1 app/views/hyrax/users/_search_form.html.erb