X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3c410bcd7e7934dc8c7e1cd8c0ab974f22730527..0625c1effb8f5e2871557439c5ebf7c106db6a1f:/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 3960df302..31ee778a4 100644 --- a/app/views/diary_entries/comments.html.erb +++ b/app/views/diary_entries/comments.html.erb @@ -19,6 +19,6 @@
- <%= link_to t('.older_comments') , { :page => @comment_pages.current.next} if @comment_pages.current.next %> + <%= link_to t('.older_comments'), { :page => @comment_pages.current.next } if @comment_pages.current.next %> <%= link_to t('.newer_comments'), { :page => @comment_pages.current.previous } if @comment_pages.current.previous %>