You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: