X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9e4a240975ff9f4b7501059f62552f86e2159819..5f2a5cadcb693b34b81a9232b8879c3b4f12843d:/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 c36c043cf..180406c74 100644
--- a/app/views/user_blocks/show.html.erb
+++ b/app/views/user_blocks/show.html.erb
@@ -26,16 +26,8 @@
<%= @user_block.reason.to_html %>
-<% if current_user && (current_user.id == @user_block.creator_id ||
- current_user.id == @user_block.revoker_id) ||
- can?(:revoke, UserBlock) && @user_block.active? %>
+<% if can?(:edit, @user_block) %>
- <% if current_user && (current_user.id == @user_block.creator_id ||
- current_user.id == @user_block.revoker_id) %>
- <%= link_to t(".edit"), edit_user_block_path(@user_block), :class => "btn btn-outline-primary" %>
- <% end %>
- <% if can?(:revoke, UserBlock) && @user_block.active? %>
- <%= link_to t(".revoke"), revoke_user_block_path(@user_block), :class => "btn btn-outline-danger" %>
- <% end %>
+ <%= link_to t(".edit"), edit_user_block_path(@user_block), :class => "btn btn-outline-primary" %>
<% end %>