Skip to content

Commit 58ae047

Browse files
committed
starting from scratch: just add pagination to the view
1 parent ceff57b commit 58ae047

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/views/post_history/post.html.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@
7070
<% end %>
7171
</details>
7272
<% end %>
73+
74+
<div class="has-padding-top-4">
75+
<%= will_paginate @history, renderer: BootstrapPagination::Rails %>
76+
</div>

0 commit comments

Comments
 (0)