diff options
author | francis <francis> | 2008-01-04 16:23:08 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-04 16:23:08 +0000 |
commit | 4757333e3cd55f30a58aa3e3e6d86acdf16b85f5 (patch) | |
tree | 32525ac060f0c9e230ed11d2e0dc75c81d90c5ac /app | |
parent | 632b33cc0ca09c398bb1d4a21000b39987b53220 (diff) |
Put back missing pagination display for all requests list.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/_request_listing.rhtml | 2 | ||||
-rw-r--r-- | app/views/request/list.rhtml | 1 |
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) %> |