Sha256: ca43caf779626eaeb60b68163ee38142da83b0858c333108ad3d250c74cf8b9c
Contents?: true
Size: 660 Bytes
Versions: 93
Compression:
Stored size: 660 Bytes
Contents
<% unless current_page.nil? -%> <% url_options = params_for(:action => :index) -%> <% options = {'data-page-history' => controller_id, :remote => true, :method => :get} -%> <%= loading_indicator_tag :action => :pagination %> <%= link_to as_(:previous), url_options.merge(:page => current_page.number - 1), options.merge(:class => "as_paginate previous") if current_page.prev? %> <%= pagination_ajax_links current_page, url_options, options, active_scaffold_config.list.page_links_window %> <%= link_to as_(:next), url_options.merge(:page => current_page.number + 1), options.merge(:class => "as_paginate next") if current_page.next? %> <% end -%>
Version data entries
93 entries across 93 versions & 5 rubygems