<% item_type = coll.length > 0 ? coll.first.class.table_name.humanize.pluralize : "Entries" %> <% opts_arr = %w(10 15 20 25 30 40 50 75 100 All).map { |n| [n, n] } %>
<%= will_paginate coll %>
<%= page_entries_info coll, model: item_type %> <%= label_tag :per_page, "#{item_type} per page:" %>   <%= select_tag(:per_page, options_for_select(opts_arr, (@selected_val || @per_page || 25)), :style => "width: 65px", :onchange => "set_per_page(this);") %>