X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6290405336817cd282ad5062ce3fc3774ccf61e4..b9988bdbc859fea2b1822c8ce594b39ca33da70e:/app/views/users/index.html.erb diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index e8031900f..abf0092ce 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -9,54 +9,7 @@ <% end %> <% unless @users.empty? %> - <%= form_tag do %> -
-
- <%= render "shared/pagination", - :newer_key => "users.index.newer", - :older_key => "users.index.older", - :newer_id => @newer_users_id, - :older_id => @older_users_id %> -
-
- <%= t ".found_users", :count => @users_count %> -
-
- - <%= hidden_field_tag :status, params[:status] if params[:status] %> - <%= hidden_field_tag :ip, params[:ip] if params[:ip] %> - <%= hidden_field_tag :page, params[:page] if params[:page] %> - - - - - - - - <%= render @users %> -
- - <%= check_box_tag "user_all", "1", false %> -
- -
-
- <%= render "shared/pagination", - :newer_key => "users.index.newer", - :older_key => "users.index.older", - :newer_id => @newer_users_id, - :older_id => @older_users_id %> -
-
- <%= t ".found_users", :count => @users_count %> -
-
- -
- <%= submit_tag t(".confirm"), :name => "confirm", :class => "btn btn-primary" %> - <%= submit_tag t(".hide"), :name => "hide", :class => "btn btn-primary" %> -
- <% end %> + <%= render :partial => "page" %> <% else %>

<%= t ".empty" %>

<% end %>