X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/53fc883a91acf926d5102e6305ba87c30f5b30ab..25737ce46e27d98e2e48eee6ab996cad259c3b83:/app/views/diary_entry/comments.html.erb?ds=sidebyside diff --git a/app/views/diary_entry/comments.html.erb b/app/views/diary_entry/comments.html.erb index fd90b7501..9dc800cff 100644 --- a/app/views/diary_entry/comments.html.erb +++ b/app/views/diary_entry/comments.html.erb @@ -18,7 +18,7 @@ <% end -%> - +
+ <%= link_to t('diary_entry.comments.older_comments') , { :page => @comment_pages.current.next} if @comment_pages.current.next %> + <%= link_to t('diary_entry.comments.newer_comments'), { :page => @comment_pages.current.previous } if @comment_pages.current.previous %> +