1 <turbo-frame id="pagination" target="_top" data-turbo="false">
2 <%= render "shared/pagination",
3 :translation_scope => "shared.pagination.user_blocks",
4 :newer_id => @newer_user_blocks_id,
5 :older_id => @older_user_blocks_id %>
7 <table id="block_list" class="table table-borderless table-striped table-sm">
10 <% if @show_user_name %>
11 <th><%= t ".display_name" %></th>
13 <% if @show_creator_name %>
14 <th><%= t ".creator_name" %></th>
16 <th><%= t ".reason" %></th>
17 <th><%= t ".start" %></th>
18 <th><%= t ".end" %></th>
19 <th><%= t ".status" %></th>
24 <%= render :partial => "user_blocks/block", :collection => @user_blocks %>
27 <%= render "shared/pagination",
28 :translation_scope => "shared.pagination.user_blocks",
29 :newer_id => @newer_user_blocks_id,
30 :older_id => @older_user_blocks_id %>