From e1023243a80df54f67718ad4ca51e135967c2bc6 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Tue, 6 Jan 2015 17:32:28 +0800 Subject: [PATCH] pagination added --- app/views/admin/customization_logs/_index.html.erb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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