-<turbo-frame id="pagination" target="_top">
+<turbo-frame id="pagination" target="_top" data-turbo="false">
<table class="table table-striped" width="100%">
<thead>
<tr>
</table>
<%= render "shared/pagination",
- :newer_key => "diary_comments.page.newer_comments",
- :older_key => "diary_comments.page.older_comments",
:newer_id => @newer_comments_id,
:older_id => @older_comments_id %>
</turbo-frame>