diff options
-rw-r--r-- | app/views/request/_request_listing.rhtml | 2 | ||||
-rw-r--r-- | app/views/request/list.rhtml | 1 | ||||
-rw-r--r-- | todo.txt | 3 |
3 files changed, 1 insertions, 5 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) %> @@ -40,9 +40,6 @@ Test sending a message to bounce/envelope-from address Tidying ======= -accept-charset="utf-8" on all forms - does it matter if Content-Type of whole -page is already UTF-8? - Use working days Bubbles don't validate |