-<h1><%= t('user.list.heading') %></h1>
+<% content_for :head do %>
+ <%= javascript_include_tag "user" %>
+<% end %>
+
+<% content_for :heading do %>
+ <h1><%= t('.heading') %></h1>
+<% end %>
:page => @user_pages.current_page.number,
:first_item => @user_pages.current_page.first_item,
:last_item => @user_pages.current_page.last_item,
:page => @user_pages.current_page.number,
:first_item => @user_pages.current_page.first_item,
:last_item => @user_pages.current_page.last_item,
:count => @user_pages.current_page.last_item - @user_pages.current_page.first_item + 1
%>
<% if @user_pages.page_count > 1 %>
:count => @user_pages.current_page.last_item - @user_pages.current_page.first_item + 1
%>
<% if @user_pages.page_count > 1 %>
- <div id="user_list_actions">
- <%= submit_tag t('user.list.confirm'), :name => "confirm" %>
- <%= submit_tag t('user.list.hide'), :name => "hide" %>
+ <div id="user_list_actions buttons">
+ <%= submit_tag t('.confirm'), :name => "confirm" %>
+ <%= submit_tag t('.hide'), :name => "hide" %>