X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/299c59e34f4a9b59f5d1f02efacc37e4c8dd3bcf..0a046673d630a4618c27559875ce613465d85d3c:/app/views/diary_entries/comments.html.erb diff --git a/app/views/diary_entries/comments.html.erb b/app/views/diary_entries/comments.html.erb index 2ffce6ff6..f82373af0 100644 --- a/app/views/diary_entries/comments.html.erb +++ b/app/views/diary_entries/comments.html.erb @@ -24,27 +24,9 @@ <% end -%> - + <%= render "shared/pagination", + :newer_key => "diary_entries.comments.newer_comments", + :older_key => "diary_entries.comments.older_comments", + :newer_id => @newer_comments_id, + :older_id => @older_comments_id %> <% end -%>