diff options
-rw-r--r-- | app/views/request/list.rhtml | 6 | ||||
-rw-r--r-- | todo.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app/views/request/list.rhtml b/app/views/request/list.rhtml index 21e3e003a..815c440b9 100644 --- a/app/views/request/list.rhtml +++ b/app/views/request/list.rhtml @@ -19,5 +19,11 @@ <td><%= simple_date(info_request.created_at) %></td> </tr> <% end %> + </table> +<p> +<%= pagination_links(@info_request_pages) %> +</p> + + @@ -1,19 +1,13 @@ Send confirmation email -Send actual FOIFA request - Make it say "dear" as default letter Make sure index for every controller shows all, and the /controller/:id URLs go to a show action so body/index.rhtml should go? and request/index.rhtml should be show.rhtml? -Make sure all models use self. for variables to reduce confusion - Escape/simplify short name properly in URLs of public bodies For public bodies whose short names are renamed, make old URL still work and redirect -Pagination on /list isn't set up properly - set number to low one to test, it doesn't show links - Shitty using sessions for redirect back - you lose if you click login link elsewhere in same browser, and then do sign in on original. It trashes your whole request. |