I think I am missing something somewhere but for me the pagination class is not on the ul tag where bootstrap expects it to be. http://getbootstrap.com/components/#pagination
div class="pagination"
ul
and therefore does not get styled by bootstrap.
Hi, I hope you've already figured it out but I just used this gem and it worked for me. There's very little code so take a look at how the container is generated and you may get a better idea of where the issue is.
I think I am missing something somewhere but for me the pagination class is not on the ul tag where bootstrap expects it to be. http://getbootstrap.com/components/#pagination div class="pagination" ul and therefore does not get styled by bootstrap.