X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dfedf85b6ca076c4c95f10ea3d9649d1a4de6818..217f61663048cb3040663d607364ab10937dbe9a:/app/views/user_blocks/show.html.erb diff --git a/app/views/user_blocks/show.html.erb b/app/views/user_blocks/show.html.erb index 7e225bf14..6bfb412ef 100644 --- a/app/views/user_blocks/show.html.erb +++ b/app/views/user_blocks/show.html.erb @@ -3,11 +3,11 @@ :block_by => @user_block.creator.display_name) %> <% content_for :heading do %> -

<%= raw t(".heading", - :block_on => link_to(h(@user_block.user.display_name), - user_path(@user_block.user)), - :block_by => link_to(h(@user_block.creator.display_name), - user_path(@user_block.creator))) %>

+

<%= t(".heading_html", + :block_on => link_to(@user_block.user.display_name, + user_path(@user_block.user)), + :block_by => link_to(@user_block.creator.display_name, + user_path(@user_block.creator))) %>