From 5abf64d647b6f36a51f014b63f7b469b43378d3f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 3 Dec 2016 19:30:13 +0100 Subject: Add "next" pagination to public profiles --- app/views/admin/accounts/index.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/admin/accounts/index.html.haml') 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 -- cgit