aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-09-08 16:48:31 +0000
committerfrancis <francis>2008-09-08 16:48:31 +0000
commit071be86c31d8bf8c74f8b25ddb2209b6810108b9 (patch)
tree92310e8e9776dd861f04c195d85ea46b8639e0d6
parent2b5a4a55c1391242df727dbe73b9a65eb34383bb (diff)
Oops
-rw-r--r--app/views/user/show.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml
index 452c14b3b..7daa8b11d 100644
--- a/app/views/user/show.rhtml
+++ b/app/views/user/show.rhtml
@@ -92,6 +92,8 @@
<% for result in @xapian_comments.results %>
<%= render :partial => 'request/request_listing_via_event', :locals => { :event => result[:model], :info_request => result[:model].info_request } %>
<% end %>
+
+ <%= will_paginate WillPaginate::Collection.new(@page, @per_page, @xapian_comments.matches_estimated) %>
<% end %>
</div>