X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2ee961be9f6461421bf9f0e1952d578df676268f..aa4205482a4af317ec26fc686793b57f02a6864a:/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 4ba69a73f..2311541d9 100644 --- a/app/views/user_blocks/show.html.erb +++ b/app/views/user_blocks/show.html.erb @@ -18,7 +18,7 @@

<%= t'user_block.show.status' %>: <%= block_status(@user_block) %>

<%= t'user_block.show.reason' %>

-<%= htmlize(@user_block.reason) %> +<%= @user_block.reason.to_html %> <% if @user_block.ends_at > Time.now.getutc %> <% if @user and @user.id == @user_block.creator_id %>