aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-01-04 16:23:08 +0000
committerfrancis <francis>2008-01-04 16:23:08 +0000
commit4757333e3cd55f30a58aa3e3e6d86acdf16b85f5 (patch)
tree32525ac060f0c9e230ed11d2e0dc75c81d90c5ac
parent632b33cc0ca09c398bb1d4a21000b39987b53220 (diff)
Put back missing pagination display for all requests list.
-rw-r--r--app/views/request/_request_listing.rhtml2
-rw-r--r--app/views/request/list.rhtml1
-rw-r--r--todo.txt3
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) %>
diff --git a/todo.txt b/todo.txt
index cf8ba7323..b21e3ce39 100644
--- a/todo.txt
+++ b/todo.txt
@@ -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