]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_blocks/show.html.erb
reserve 60x60 in top right of survey banner
[rails.git] / app / views / user_blocks / show.html.erb
index 6bfb412efce4813a17642f0f245acbac43e39a08..52c099ee40318654f27bfc188bace36aad21dc42 100644 (file)
@@ -24,7 +24,7 @@
 <% if @user_block.revoker %>
 <p>
   <b><%= t ".revoker" %></b>
-  <%= link_to h(@user_block.revoker.display_name), user_path(@user_block.revoker) %>
+  <%= link_to @user_block.revoker.display_name, user_path(@user_block.revoker) %>
 </p>
 <% end %>
 
@@ -33,4 +33,4 @@
 <p><b><%= t ".status" %></b>: <%= block_status(@user_block) %></p>
 
 <p><b><%= t ".reason" %></b></p>
-<div class="richtext"><%= @user_block.reason.to_html %></div>
+<div class="richtext text-break"><%= @user_block.reason.to_html %></div>