X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d797de431716252ac03ad390b3233c91fa3c50b2..536dee8fc7f28ab2fc10a9e0873f33b649ad424f:/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 64f7299ef..d686bda10 100644 --- a/app/views/user_blocks/show.html.erb +++ b/app/views/user_blocks/show.html.erb @@ -14,7 +14,7 @@
  • <%= link_to t(".edit"), edit_user_block_path(@user_block) %>
  • <% end %> <% if can?(:revoke, UserBlock) %> -
  • <%= link_to(t(".revoke"), :controller => "user_blocks", :action => "revoke", :id => @user_block.id) %>
  • +
  • <%= link_to t(".revoke"), revoke_user_block_path(@user_block) %>
  • <% end %> <% end %>
  • <%= link_to t(".back"), user_blocks_path %>