more work on paginators

This commit is contained in:
albert
2011-06-21 14:32:07 -04:00
parent fab37bc0d3
commit 2f1fdcb459
16 changed files with 89 additions and 20 deletions

View File

@@ -7,6 +7,10 @@
<% end %>
</div>
</div>
<div id="paginator">
<%= sequential_paginator(@comments) %>
</div>
</div>
</div>

View File

@@ -9,6 +9,10 @@
<div class="clearfix"></div>
</div>
<% end %>
<div id="paginator">
<%= sequential_paginator(@posts) %>
</div>
</div>
</div>