X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ae3e804ee6881c845a944f4825093f8cd8a3b636..67a5809c8a486b5e8cc92dabd08624afc1a12e6c:/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..06275c3f0 100644 --- a/app/views/user_blocks/show.html.erb +++ b/app/views/user_blocks/show.html.erb @@ -30,8 +30,7 @@ current_user.id == @user_block.revoker_id) || can?(:revoke, UserBlock) && @user_block.active? %>
- <% if current_user && (current_user.id == @user_block.creator_id || - current_user.id == @user_block.revoker_id) %> + <% if can?(:edit, @user_block) %> <%= link_to t(".edit"), edit_user_block_path(@user_block), :class => "btn btn-outline-primary" %> <% end %> <% if can?(:revoke, UserBlock) && @user_block.active? %>