aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>