X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7b384f03ab1d34fd3ebcc5ae3add25b3b5591e2e..HEAD:/app/views/user_blocks/_blocks.html.erb diff --git a/app/views/user_blocks/_blocks.html.erb b/app/views/user_blocks/_blocks.html.erb index 7127cc283..c508dcd47 100644 --- a/app/views/user_blocks/_blocks.html.erb +++ b/app/views/user_blocks/_blocks.html.erb @@ -1,19 +1,27 @@ - - - <% if show_user_name %> - - <% end %> - <% if show_creator_name %> - - <% end %> - - - - - - <% if show_revoke_link %> - - <% end %> - - <%= render :partial => 'block', :locals => {:show_revoke_link => show_revoke_link, :show_user_name => show_user_name, :show_creator_name => show_creator_name }, :collection => @user_blocks %> +
<%= t'user_block.partial.display_name' %><%= t'user_block.partial.creator_name' %><%= t'user_block.partial.reason' %><%= t'user_block.partial.status' %><%= t'user_block.partial.revoker_name' %>
+ + + <% if show_user_name %> + + <% end %> + <% if show_creator_name %> + + <% end %> + + + + + + <% if show_revoke_link %> + + <% end %> + + + <%= render :partial => "block", :locals => { :show_revoke_link => show_revoke_link, :show_user_name => show_user_name, :show_creator_name => show_creator_name }, :collection => @user_blocks %>
<%= t ".display_name" %><%= t ".creator_name" %><%= t ".reason" %><%= t ".status" %><%= t ".revoker_name" %>
+ +<%= render "shared/pagination", + :newer_key => "user_blocks.blocks.newer", + :older_key => "user_blocks.blocks.older", + :newer_id => @newer_user_blocks_id, + :older_id => @older_user_blocks_id %>