Sha256: 6cc33eb53a3e6cf1e78461ead396172442599cabaf56bce2994fd362dc10b5bc

Contents?: true

Size: 818 Bytes

Versions: 11

Compression:

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

11 entries across 11 versions & 1 rubygems

Version Path
sufia-0.1.0 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.8 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.7 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.6 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.5 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.4 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.3 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.2 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.1 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.1.pre2 app/views/dashboard/_results_pagination.html.erb
sufia-0.0.1.pre1 app/views/dashboard/_results_pagination.html.erb