X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/09c5740b5bb94c75a5c8c83cdbb80ae7b5ccbdf4..6a3cadb52d010b333a4acea8942bc4c13394e236:/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 f8e8b523e..bc405ecce 100644 --- a/app/views/user_blocks/show.html.erb +++ b/app/views/user_blocks/show.html.erb @@ -1,7 +1,13 @@ -
<%= t'user_block.show.revoker' %> @@ -9,26 +15,13 @@
<% end %> -- <% if @user_block.end_at > Time.now %> - <%= t('user_block.show.time_future', :time => distance_of_time_in_words_to_now(@user_block.end_at)) %> - <% else %> - <%= t('user_block.show.time_past', :time => distance_of_time_in_words_to_now(@user_block.end_at)) %> - <% end %> -
- -<% if @user_block.needs_view %> -<%= t'user_block.show.needs_view' %>
-<% end %> - -- <%= t'user_block.show.reason' %> - <%=h @user_block.reason %> -
+<%= t'user_block.show.status' %>: <%= block_status(@user_block) %>
+<%= t'user_block.show.reason' %>
+<%= htmlize(@user_block.reason) %> -<% if @user_block.end_at > Time.now.getutc %> -<% if @user and @user.id == @user_block.moderator_id %> +<% if @user_block.ends_at > Time.now.getutc %> +<% if @user and @user.id == @user_block.creator_id %> <%= link_to t('user_block.show.edit'), edit_user_block_path(@user_block) %> | <% end %> <% if @user and @user.moderator? %>