]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/5110'
authorTom Hughes <tom@compton.nu>
Fri, 23 Aug 2024 17:09:21 +0000 (18:09 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 23 Aug 2024 17:09:21 +0000 (18:09 +0100)
1  2 
app/views/user_blocks/_blocks.html.erb

index d0c7a811755415a3546cd151ca26c80af8f3978d,7f44b6bc33191feaa0680ce8ccdf87f67565f7d9..de6feafa1e4d6ee695cedd90741ee9a34f67520a
@@@ -1,4 -1,4 +1,4 @@@
 -<turbo-frame id="pagination" target="_top">
 +<turbo-frame id="pagination" target="_top" data-turbo="false">
    <table id="block_list" class="table table-borderless table-striped table-sm">
      <thead>
        <tr>
@@@ -13,9 -13,6 +13,6 @@@
          <th><%= t ".revoker_name" %></th>
          <th></th>
          <th></th>
-         <% if can?(:revoke, UserBlock) %>
-         <th></th>
-         <% end %>
        </tr>
      </thead>
      <%= render :partial => "block", :collection => @user_blocks %>