diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/list.rhtml | 6 |
1 files changed, 6 insertions, 0 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> + + |