X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b15a8c73d9c555243952d300e19d6d4127843f19..827024f7e6c48a11dbe08e569e2cbd852701bd31:/app/views/user/list.html.erb diff --git a/app/views/user/list.html.erb b/app/views/user/list.html.erb index 903a51c5b..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, @@ -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 %>