X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8bd001f1282b7a33a71c0565504e160dbe567d5d..86061a881662bba3ba889878c5b51c37275f5f45:/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 %> - - <% 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' %>
+ + + <% 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" %>
- +