- <%= submit_tag t(".confirm"), :name => "confirm" %>
- <%= submit_tag t(".hide"), :name => "hide" %>
+
+
+ <%= render "shared/pagination",
+ :newer_key => "users.index.newer",
+ :older_key => "users.index.older",
+ :newer_id => @newer_users_id,
+ :older_id => @older_users_id %>
+
+
+ <%= t ".found_users", :count => @users_count %>
+
+
+
+
+ <%= submit_tag t(".confirm"), :name => "confirm", :class => "btn btn-primary" %>
+ <%= submit_tag t(".hide"), :name => "hide", :class => "btn btn-primary" %>
<% end %>
<% else %>