X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/67a5809c8a486b5e8cc92dabd08624afc1a12e6c..1ddcfca371825a12b53cacf99f8e7c2154b9ecb5:/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 06275c3f0..180406c74 100644 --- a/app/views/user_blocks/show.html.erb +++ b/app/views/user_blocks/show.html.erb @@ -26,15 +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 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? %> - <%= 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 %>