X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c789acd39d1c685b490975dc06721dadd76c83ef..5bed2178231b783176551d21734d23b7a32f0d16:/app/views/user/list.html.erb?ds=sidebyside diff --git a/app/views/user/list.html.erb b/app/views/user/list.html.erb index 93839cbe8..960cf1128 100644 --- a/app/views/user/list.html.erb +++ b/app/views/user/list.html.erb @@ -1,7 +1,11 @@ -<% @title = t('user.list.title') %> +<% @title = t('.title') %> + +<% content_for :head do %> + <%= javascript_include_tag "user" %> +<% end %> <% content_for :heading do %> -

<%= t('user.list.heading') %>

+

<%= t('.heading') %>

<% end %> <% unless @users.empty? %> @@ -12,7 +16,7 @@
- <%= t 'user.list.showing', + <%= t '.showing', :page => @user_pages.current_page.number, :first_item => @user_pages.current_page.first_item, :last_item => @user_pages.current_page.last_item, @@ -20,7 +24,7 @@ :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) } %> + | <%= raw pagination_links_each(@user_pages, {}) { |n| link_to n, @params.merge(:page => n) } %> <% end %> @@ -31,16 +35,10 @@
- <%= submit_tag t('user.list.confirm'), :name => "confirm" %> - <%= submit_tag t('user.list.hide'), :name => "hide" %> + <%= submit_tag t('.confirm'), :name => "confirm" %> + <%= submit_tag t('.hide'), :name => "hide" %>
- - <% end %> <% else %> -

<%= t "user.list.empty" %>

+

<%= t ".empty" %>

<% end %>