X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/56db9ca2b7e2475cd8025630049fb4a4b824f2d9..0a86a1ea8db0867c34f7d9dff602ee3da6036bcd:/app/views/diary_entry/comments.html.erb diff --git a/app/views/diary_entry/comments.html.erb b/app/views/diary_entry/comments.html.erb index b55eecf76..9dc800cff 100644 --- a/app/views/diary_entry/comments.html.erb +++ b/app/views/diary_entry/comments.html.erb @@ -2,7 +2,7 @@

<%= t('diary_entry.comments.has_commented_on', :display_name => @this_user.display_name) %>

<% end %> - +
@@ -18,7 +18,7 @@ <% end -%>
<%= t 'diary_entry.comments.post' %> <%= t 'diary_entry.comments.when' %>
- +
+ <%= 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 %> +