From: Tom Hughes Date: Mon, 4 Jan 2010 13:58:50 +0000 (+0000) Subject: Format block details more nicely. X-Git-Tag: live~6387 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/aa37cecc1d690859f17d888a2af69dc6ce1b82c3?hp=6e5f284135aa2aabd3d400921caec8c5a9073c68 Format block details more nicely. --- diff --git a/app/views/user_blocks/show.html.erb b/app/views/user_blocks/show.html.erb index 24a1d1e66..bc405ecce 100644 --- a/app/views/user_blocks/show.html.erb +++ b/app/views/user_blocks/show.html.erb @@ -17,11 +17,8 @@

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

-

- <%= t'user_block.show.reason' %> - <%=h @user_block.reason %> -

- +

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

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