]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_blocks/show.html.erb
Treat all newly entered blocks of text as Markdown
[rails.git] / app / views / user_blocks / show.html.erb
index 4ba69a73f6cb7e2fe9ec71c46ce550edab02c414..2311541d9f49f247050bf022a7106370568eec5a 100644 (file)
@@ -18,7 +18,7 @@
 <p><b><%= t'user_block.show.status' %></b>: <%= block_status(@user_block) %></p>
 
 <p><b><%= t'user_block.show.reason' %></b></p>
-<%= 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 %>