</table>
<%= render "shared/pagination",
- :translation_scope => "shared.pagination.diary_comments",
:newer_id => @newer_comments_id,
:older_id => @older_comments_id %>
</turbo-frame>
<%= render @entries %>
<%= render "shared/pagination",
- :translation_scope => "shared.pagination.diary_entries",
:newer_id => @newer_entries_id,
:older_id => @older_entries_id %>
</turbo-frame>
</tbody>
</table>
<%= render "shared/pagination",
- :translation_scope => "shared.pagination.issues",
:newer_id => @newer_issues_id,
:older_id => @older_issues_id %>
<% end %>
+<% translation_scope ||= "shared.pagination.#{controller.controller_name}" %>
<nav>
<% link_class = "page-link icon-link text-center" %>
<ul class="pagination">
<turbo-frame id="pagination" target="_top" data-turbo="false">
<%= render "shared/pagination",
- :translation_scope => "shared.pagination.traces",
:newer_id => @newer_traces_id,
:older_id => @older_traces_id %>
</table>
<%= render "shared/pagination",
- :translation_scope => "shared.pagination.traces",
:newer_id => @newer_traces_id,
:older_id => @older_traces_id %>
</turbo-frame>
</table>
<%= render "shared/pagination",
- :translation_scope => "shared.pagination.user_blocks",
:newer_id => @newer_user_blocks_id,
:older_id => @older_user_blocks_id %>
</turbo-frame>
<div class="row">
<div class="col">
<%= render "shared/pagination",
- :translation_scope => "shared.pagination.users",
:newer_id => @newer_users_id,
:older_id => @older_users_id %>
</div>
<div class="row">
<div class="col">
<%= render "shared/pagination",
- :translation_scope => "shared.pagination.users",
:newer_id => @newer_users_id,
:older_id => @older_users_id %>
</div>