bootstrap-will_paginate icon indicating copy to clipboard operation
bootstrap-will_paginate copied to clipboard

README update

Open mauro-ni opened this issue 7 years ago • 1 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

mauro-ni avatar Aug 24 '17 06:08 mauro-ni

@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.

manhcuongdtbk avatar Sep 08 '18 05:09 manhcuongdtbk