X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..8da80ff471f7d04984ff5abab0c5fe32920330ba:/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 01e54de21..b0b73c5a0 100644
--- a/app/views/user_blocks/_blocks.html.erb
+++ b/app/views/user_blocks/_blocks.html.erb
@@ -1,35 +1,39 @@
-
-
- <% if show_user_name %>
- <%= t '.display_name' %> |
- <% end %>
- <% if show_creator_name %>
- <%= t '.creator_name' %> |
- <% end %>
- <%= t '.reason' %> |
- <%= t '.status' %> |
- <%= t '.revoker_name' %> |
- |
- |
- <% 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 %>
+
+
+
+ <% if show_user_name %>
+ <%= t ".display_name" %> |
+ <% end %>
+ <% if show_creator_name %>
+ <%= t ".creator_name" %> |
+ <% end %>
+ <%= t ".reason" %> |
+ <%= t ".status" %> |
+ <%= t ".revoker_name" %> |
+ |
+ |
+ <% 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 %>
-
- <% if @user_blocks_pages.current_page.number > 1 -%>
- - <%= link_to t('.previous'), @params.merge({ :page => @user_blocks_pages.current_page.number - 1 }) %>
- <% else -%>
- - <%= t('.previous') %>
- <% end -%>
+
+