X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/daa2496024cf0bdc65e58eb6e2802784f411f68b..ca06b3c:/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..a1123e21e 100644 --- a/app/views/user_blocks/show.html.erb +++ b/app/views/user_blocks/show.html.erb @@ -1,6 +1,6 @@
@@ -9,17 +9,7 @@
<% 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.status' %>: <%= block_status(@user_block) %>
<%= t'user_block.show.reason' %> @@ -27,8 +17,8 @@
-<% 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? %>