This task is to add pagination to wishlist items on the root view (wishlist_items#index) and the wishlist show view (wishlists#show).
There are a number of ways to implement pagination: I'd suggest hand-rolling it or using a library like kaminari (helpful railscast). We're using Bootstrap, so you'll want to use their pagination component for UI.
Note: make sure that your changes (especially anything js-related) don't interfere with the pledge button's ability to open a new tab!
If you have any questions/comments, comment below!
This task is to add pagination to wishlist items on the root view (
wishlist_items#index
) and the wishlist show view (wishlists#show
).There are a number of ways to implement pagination: I'd suggest hand-rolling it or using a library like kaminari (helpful railscast). We're using Bootstrap, so you'll want to use their pagination component for UI.
Note: make sure that your changes (especially anything js-related) don't interfere with the pledge button's ability to open a new tab!
If you have any questions/comments, comment below!