-<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>
<th><%= t ".revoker_name" %></th>
<th></th>
<th></th>
- <% if can?(:revoke, UserBlock) %>
- <th></th>
- <% end %>
</tr>
</thead>
<%= render :partial => "block", :collection => @user_blocks %>