X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/app/views/users/index.html.erb diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 960cf1128..ffaceeff0 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -1,11 +1,11 @@ -<% @title = t('.title') %> +<% @title = t(".title") %> <% content_for :head do %> <%= javascript_include_tag "user" %> <% end %> <% content_for :heading do %> -

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

+

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

<% end %> <% unless @users.empty? %> @@ -16,13 +16,12 @@ - <%= render :partial => 'user', :collection => @users %> + <%= render :partial => "user", :collection => @users %>
- <%= t '.showing', - :page => @user_pages.current_page.number, - :first_item => @user_pages.current_page.first_item, - :last_item => @user_pages.current_page.last_item, - :items => @user_pages.item_count, - :count => @user_pages.current_page.last_item - @user_pages.current_page.first_item + 1 - %> + <%= t ".showing", + :page => @user_pages.current_page.number, + :first_item => @user_pages.current_page.first_item, + :last_item => @user_pages.current_page.last_item, + :items => @user_pages.item_count, + :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) } %> <% end %> @@ -31,12 +30,12 @@ <%= check_box_tag "user_all", "1", false %>
- <%= submit_tag t('.confirm'), :name => "confirm" %> - <%= submit_tag t('.hide'), :name => "hide" %> + <%= submit_tag t(".confirm"), :name => "confirm" %> + <%= submit_tag t(".hide"), :name => "hide" %>
<% end %> <% else %>