Sha256: 93bc0e689714cd34b7d468713896649bce1585029782167ead52bfedce862229

Contents?: true

Size: 474 Bytes

Versions: 20

Compression:

Stored size: 474 Bytes

Contents

<div id="per_page_links">
	<div id="per_page_values">
		<%- values.each do |value| -%>
			<%= link_to(
				(value == 'all' ? _('all') : value),
				{
					:action => :index,
					:query => params[:query],
					:per_page => value
				},
				:class => (
					(values.first == value && params[:per_page].blank?) || (params[:per_page] == value) ? 'active' : nil)
				) %>
		<%- end -%>
	</div>
	<label><%= _("pagination.%{label}_per_page") % {:label => label} %></label>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.6.1 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.5 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.4 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.3.1 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.1.beta1 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.3 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.2 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.1 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.rc6 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.rc5 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.rc4 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.rc3 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.rc2 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.rc1 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.pre5 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.pre4 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.pre3 app/views/admin/partials/_per_page_links.html.erb
alchemy_cms-2.0.pre2 app/views/admin/partials/_per_page_links.html.erb