]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/comments.html.erb
Don't interpolate in pagination partial
[rails.git] / app / views / diary_entries / comments.html.erb
index 56c0e76c5fd97ece4b7c22f25cd9bc945562c6b4..e1d92b6bb804bb13e55a19b5326453edb446f672 100644 (file)
@@ -24,5 +24,8 @@
     <% end -%>
   </table>
 
-  <%= render "pagination", :name => "comments", :scope => "diary_entries.comments" %>
+  <%= render "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 -%>