diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-03 19:30:13 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-03 19:30:13 +0100 |
commit | 5abf64d647b6f36a51f014b63f7b469b43378d3f (patch) | |
tree | ef5426f905958365eb312ba29b7957af8245c8a8 /app/views/admin | |
parent | ec44cff9a2e7e5a522f2c0685745f1ab6d58436f (diff) |
Add "next" pagination to public profiles
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/accounts/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/accounts/index.html.haml b/app/views/admin/accounts/index.html.haml index aac2f99a8..32474c2a4 100644 --- a/app/views/admin/accounts/index.html.haml +++ b/app/views/admin/accounts/index.html.haml @@ -16,4 +16,5 @@ %i.fa.fa-check - else %i.fa.fa-times + = will_paginate @accounts, pagination_options |