aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/request/_request_listing.rhtml2
-rw-r--r--app/views/request/list.rhtml1
2 files changed, 1 insertions, 2 deletions
diff --git a/app/views/request/_request_listing.rhtml b/app/views/request/_request_listing.rhtml
index 76dd6cb3b..7dcc38633 100644
--- a/app/views/request/_request_listing.rhtml
+++ b/app/views/request/_request_listing.rhtml
@@ -1,4 +1,3 @@
-
<% for info_request in info_requests %>
<p class="request_listing">
<%= request_link(info_request) %>
@@ -13,4 +12,3 @@
</span>
</p>
<% end %>
-
diff --git a/app/views/request/list.rhtml b/app/views/request/list.rhtml
index d5d9f248d..469c79283 100644
--- a/app/views/request/list.rhtml
+++ b/app/views/request/list.rhtml
@@ -4,3 +4,4 @@
<%= render :partial => 'request_listing', :locals => { :info_requests => @info_requests } %>
+<%= will_paginate(@info_requests) %>