X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa9e9a5eb1a66c04a377f7f9f590f1c2e5e6592e..8da80ff471f7d04984ff5abab0c5fe32920330ba:/app/views/user_blocks/_blocks.html.erb?ds=sidebyside diff --git a/app/views/user_blocks/_blocks.html.erb b/app/views/user_blocks/_blocks.html.erb index db6eea2a8..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" %>
- +