Diego Castillo

Results 1 comments of Diego Castillo

This did it for me (using haml): ``` ruby = will_paginate @articles, renderer: BootstrapPagination::Rails, inner_window: 1, outer_window: 1 ```