Pagination does not work properly - will_paginate, bootstrap4

Viewed 3482

I am new on Rails. Trying to add will_paginate in my project, followed the instructions and added the configurations accordingly. Finally it works and shows the page numbers.

1.) The problem is that when it shows the pages number and next page option it does not include the space between numbers.

enter image description here

enter image description here

2.) is there any way to use will_paginate bootstrap with bootstrap 4? bkz as i know the guy mentioned he dont provide support for that gem anymore.

3 Answers
Related