X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/edddaab122948c4af6a27ba690bdfe1267ff6b07..95e1aff23493b3725d5259bcca7bcc79d7d3bc26:/app/views/user_blocks/_block.html.erb
diff --git a/app/views/user_blocks/_block.html.erb b/app/views/user_blocks/_block.html.erb
index 68850c28d..1eb38f93f 100644
--- a/app/views/user_blocks/_block.html.erb
+++ b/app/views/user_blocks/_block.html.erb
@@ -15,9 +15,5 @@
<% end %>
<%= link_to t(".show"), block %> |
- <% if current_user && (current_user.id == block.creator_id ||
- current_user.id == block.revoker_id) %><%= link_to t(".edit"), edit_user_block_path(block) %><% end %> |
- <% if can?(:revoke, UserBlock) %>
- <% if block.active? %><%= link_to t(".revoke"), revoke_user_block_path(block) %><% end %> |
- <% end %>
+ <% if can?(:edit, block) %><%= link_to t(".edit"), edit_user_block_path(block) %><% end %> |