diff --git a/app/views/admin/ruling_templates/index.html.erb b/app/views/admin/ruling_templates/index.html.erb index 88b495b..a5b3e4d 100644 --- a/app/views/admin/ruling_templates/index.html.erb +++ b/app/views/admin/ruling_templates/index.html.erb @@ -20,6 +20,11 @@ +<%= + content_tag :div, class: "bottomnav clearfix" do + content_tag :div, paginate(@templates), class: "pagination pagination-centered" + end +%>