bootstrap-ruby / will_paginate-bootstrap

Integrates the Twitter Bootstrap pagination component with will_paginate
MIT License
388 stars 160 forks source link

Class pagination on div rather than ul #36

Closed jbat closed 10 years ago

jbat commented 10 years ago

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.

mkozono commented 10 years ago

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.