% @title = t('.title') %> <% content_for :head do %> <%= javascript_include_tag "user" %> <% end %> <% content_for :heading do %>
<%= t '.showing', :page => @user_pages.current_page.number, :first_item => @user_pages.current_page.first_item, :last_item => @user_pages.current_page.last_item, :items => @user_pages.item_count, :count => @user_pages.current_page.last_item - @user_pages.current_page.first_item + 1 %> <% if @user_pages.page_count > 1 %> | <%= raw pagination_links_each(@user_pages, {}) { |n| link_to n, @params.merge(:page => n) } %> <% end %> | <%= check_box_tag "user_all", "1", false %> |
<%= t ".empty" %>
<% end %>