Sha256: aa0cb2f3720a7760e9a8896b50a3f733b803765c6bd73cfca10669510932d76f

Contents?: true

Size: 796 Bytes

Versions: 12

Compression:

Stored size: 796 Bytes

Contents

<h3>Show:</h3>
<%= form_tag search_action_url, :method => :get, :class => 'search-query-form form-inline clearfix' do %>
  <%= search_as_hidden_fields(:omit_keys => [:qt, :page]).html_safe %>

  <label class="search-scope">
    <%= radio_button_tag 'works', 'mine', params['works'] == 'mine' %>
    <span class="label-text">Only My Works</span>
  </label>

  <label class="search-scope">
    <%= radio_button_tag 'works', 'all', params['works'] != 'mine' %>
    <span class="label-text">All Works</span>
  </label>

  <noscript>
    <button type="submit" class="search-submit btn btn-primary" id="aux-search-submit-header">
      Filter by Work Owner
    </button>
  </noscript>
<% end %>

<h3>Filter By:</h3>

<ul class="nav nav-list slide-list" id="facets">
 <%= render_facet_partials %>
</ul>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
curate-0.6.5 app/views/catalog/_facets.html.erb
curate-0.6.4 app/views/catalog/_facets.html.erb
curate-0.6.3 app/views/catalog/_facets.html.erb
curate-0.6.1 app/views/catalog/_facets.html.erb
curate-0.6.0 app/views/catalog/_facets.html.erb
curate-0.5.6 app/views/catalog/_facets.html.erb
curate-0.5.5 app/views/catalog/_facets.html.erb
curate-0.5.4 app/views/catalog/_facets.html.erb
curate-0.5.2 app/views/catalog/_facets.html.erb
curate-0.5.1 app/views/catalog/_facets.html.erb
curate-0.5.0 app/views/catalog/_facets.html.erb
curate-0.4.2 app/views/catalog/_facets.html.erb