Sha256: 3971893c7baeefb48074ec8ea1fd65e32bd8d9de5d09b34a36c02c49e454a4c3

Contents?: true

Size: 609 Bytes

Versions: 62

Compression:

Stored size: 609 Bytes

Contents

<% if query_has_constraints? %>
  <div id="appliedParams" class="clearfix constraints-container">
    <div class="pull-right">
      <%= link_to start_over_path,
          class: "catalog_startOverLink btn btn-sm btn-text", id: "startOverLink" do %>
          <span class="btn btn-sm btn-danger start-over"><span class="glyphicon glyphicon-remove"></span></span>
          <%= t('blacklight.search.start_over') %>
      <% end %>
    </div>
    <span class="constraints-label"><%= t('blacklight.search.filters.title') %></span>
    <%= render_constraints(params.merge(route_set: hyrax)) %>
  </div>
<% end %>

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
hyrax-2.2.3 app/views/hyrax/my/_constraints.html.erb
hyrax-2.2.2 app/views/hyrax/my/_constraints.html.erb
hyrax-2.2.1 app/views/hyrax/my/_constraints.html.erb
hyrax-2.2.0 app/views/hyrax/my/_constraints.html.erb
hyrax-2.1.0 app/views/hyrax/my/_constraints.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/my/_constraints.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/my/_constraints.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/my/_constraints.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/my/_constraints.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/my/_constraints.html.erb
hyrax-2.0.2 app/views/hyrax/my/_constraints.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/my/_constraints.html.erb
hyrax-2.0.1 app/views/hyrax/my/_constraints.html.erb
hyrax-2.0.0 app/views/hyrax/my/_constraints.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/my/_constraints.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/my/_constraints.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/my/_constraints.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/my/_constraints.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/my/_constraints.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/my/_constraints.html.erb