X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b954416a70fb167b9cae0a3937de16bd9a93d239..5bed2178231b783176551d21734d23b7a32f0d16:/app/views/user/list.html.erb diff --git a/app/views/user/list.html.erb b/app/views/user/list.html.erb index fcd0c41fc..960cf1128 100644 --- a/app/views/user/list.html.erb +++ b/app/views/user/list.html.erb @@ -1,11 +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? %> @@ -16,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, @@ -24,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 %> @@ -35,10 +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 %>