diff --git a/app/views/post_history/post.html.erb b/app/views/post_history/post.html.erb index 3444c67c9..eaf86e945 100644 --- a/app/views/post_history/post.html.erb +++ b/app/views/post_history/post.html.erb @@ -70,3 +70,7 @@ <% end %> <% end %> + +
+ <%= will_paginate @history, renderer: BootstrapPagination::Rails %> +