diff --git a/app/views/admin/customization_logs/_index.html.erb b/app/views/admin/customization_logs/_index.html.erb index d9405bf..cc443b2 100644 --- a/app/views/admin/customization_logs/_index.html.erb +++ b/app/views/admin/customization_logs/_index.html.erb @@ -33,4 +33,10 @@ <% end %> - \ No newline at end of file + + + <%= + content_tag :div, class: "bottomnav clearfix" do + content_tag :div, paginate(@registeredsites), class: "pagination pagination-centered" + end +%> \ No newline at end of file