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