X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ca06b3c7b1a742307e1f6d6b8f809bab2dd0d484..200a1ab5c7b26c4e59630f5f48c3d08320376ebc:/app/views/user_blocks/index.html.erb diff --git a/app/views/user_blocks/index.html.erb b/app/views/user_blocks/index.html.erb index c9ab16dad..2baf91e5f 100644 --- a/app/views/user_blocks/index.html.erb +++ b/app/views/user_blocks/index.html.erb @@ -1,3 +1,8 @@ +<% @title = t('user_block.index.title') %>

<%= t('user_block.index.heading') %>

+<% unless @user_blocks.empty? %> <%= render :partial => 'blocks', :locals => { :show_revoke_link => (@user and @user.moderator?), :show_user_name => true, :show_creator_name => true } %> +<% else %> +

<%= t "user_block.index.empty" %>

+<% end %>