Skip to content
4 changes: 4 additions & 0 deletions app/views/post_history/post.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@
<% end %>
</details>
<% end %>

<div class="has-padding-top-4">
<%= will_paginate @history, renderer: BootstrapPagination::Rails %>
</div>