From 17845bf0a977a922e216fd72ca3ed75884624bf0 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Tue, 30 Dec 2014 20:14:41 +0800 Subject: [PATCH] added pagination --- app/views/admin/admin_modules/_index.html.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/admin/admin_modules/_index.html.erb b/app/views/admin/admin_modules/_index.html.erb index 6ccd62b..c90f82b 100644 --- a/app/views/admin/admin_modules/_index.html.erb +++ b/app/views/admin/admin_modules/_index.html.erb @@ -40,4 +40,9 @@ <% end %> <% end %> - \ No newline at end of file + + <%= + content_tag :div, class: "bottomnav clearfix" do + content_tag :div, paginate(@registered_modules), class: "pagination pagination-centered" + end +%> \ No newline at end of file