Sha256: 5979bdff0c246a81d43f5de68b1330d7c529cf44a7eddefcbaa1eeb85f1d2954

Contents?: true

Size: 817 Bytes

Versions: 7

Compression:

Stored size: 817 Bytes

Contents

<%#
Copyright © 2012 The Pennsylvania State University

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
%>

<% if paginate_params(@response).num_pages > 1 %>
    <div class="pager">
      <%= paginate_rsolr_response @response, :outer_window => 2, :theme => 'blacklight' %>
      <div class="clearfix"></div>
    </div><!-- /pager -->
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
curate-0.3.2 app/views/dashboard/_results_pagination.html.erb
curate-0.3.1 app/views/dashboard/_results_pagination.html.erb
curate-0.2.0 app/views/dashboard/_results_pagination.html.erb
curate-0.1.3 app/views/dashboard/_results_pagination.html.erb
curate-0.1.2 app/views/dashboard/_results_pagination.html.erb
curate-0.1.1 app/views/dashboard/_results_pagination.html.erb
curate-0.1.0 app/views/dashboard/_results_pagination.html.erb