X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/daa2496024cf0bdc65e58eb6e2802784f411f68b..736ff9b1a0fd251778c06e785a78ceebac960190:/app/views/user_blocks/blocks_by.html.erb diff --git a/app/views/user_blocks/blocks_by.html.erb b/app/views/user_blocks/blocks_by.html.erb index aaafb52be..8b7a290fc 100644 --- a/app/views/user_blocks/blocks_by.html.erb +++ b/app/views/user_blocks/blocks_by.html.erb @@ -1,3 +1,10 @@ -

<%= t('user_block.blocks_by.heading', :name => @this_user.display_name) %>

+<% @title = t('user_block.blocks_by.title', :name => h(@user.display_name)) %> +<% content_for :heading do %> +

<%= raw(t('user_block.blocks_by.heading', :name => link_to(h(@user.display_name), user_path(@user)))) %>

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

<%= t "user_block.blocks_by.empty", :name => h(@user.display_name) %>

+<% end %>