X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/040c0184a4455f713277fd2d97dd964b067f832a..74b91c0e3e53b4b8da8d7f759ecca67ff5c39a7b:/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 31ee778a4..63df5f9c6 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('.newer_comments'), { :page => @comment_pages.current.previous } if @comment_pages.current.previous %>
+ <%= 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 %>