(bootstrap3からbootstrap4への移行)ページネーションの変更点

2020年1月26日

bootstrap3からbootstrap4への移行時のページネーションの変更点です

li にクラスを追加
<li> -> <li class="page-item">

a にクラスを追加
<a href="#"> -> <a class="page-link" href="#">

右寄せ、中央、左寄せがFlexになった
<nav class="text-right"> -> <nav class="pagination justify-content-end">