Sha256: 6a000c54d4256baa957fc63f8b81e5642b8273a60964b3c55b8922080ddc571f

Contents?: true

Size: 776 Bytes

Versions: 8

Compression:

Stored size: 776 Bytes

Contents

<div style="float: right;" >
  <%= form_for @collection, url: edit_collection_path,
                            method: :get,
                            class: "form-search" do |f| %>
      <label class="sr-only" for="collection_search">Search Collection <%= @collection.title %></label>
      <%= text_field_tag :cq, params[:cq], class: "collection-query", placeholder: "Search Collection", size: '30', type: "search", id: "collection_search" %>
      <%= hidden_field_tag :sort, params[:sort], id: 'collection_sort' %>
      <%= render_hash_as_hidden_fields(search_state.params_for_search.except(:cq, :sort, :qt, :page)) %>
      <button type="submit" class="btn btn-primary" id="collection_submit"><i class="glyphicon glyphicon-search"></i> Go</button>
  <% end %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sufia-7.1.0 app/views/collections/_search_collection_dashboard_form.html.erb
sufia-7.0.0 app/views/collections/_search_collection_dashboard_form.html.erb
sufia-7.0.0.rc2 app/views/collections/_search_collection_dashboard_form.html.erb
sufia-7.0.0.rc1 app/views/collections/_search_collection_dashboard_form.html.erb
sufia-7.0.0.beta4 app/views/collections/_search_collection_dashboard_form.html.erb
sufia-7.0.0.beta3 app/views/collections/_search_collection_dashboard_form.html.erb
sufia-7.0.0.beta2 app/views/collections/_search_collection_dashboard_form.html.erb
sufia-7.0.0.beta1 app/views/collections/_search_collection_dashboard_form.html.erb