yrgoldteeth / bootstrap-will_paginate

Format will_paginate html to match Twitter Bootstrap styling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README update

mauro-ni opened this issue · comments

Hi, many thanks for the gem.
Is it possible to update the Alignment (Bootstrap 4 only) example? The class d-flex is required in order to make it working.

<%= will_paginate(@things, :renderer => WillPaginate::ActionView::Bootstrap4LinkRenderer, class: 'd-flex justify-content-center') %>

Mauro

@maurosbu thanks for your comment. Without d-flex, it still works for me but the pagination stucks on the left. It's in the perfect center of the page when I add d-flex.