yiisoft / yii2-gii

Yii 2 Gii Extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 192 forks source link

Add Class Link Pager For Bootstrap 5 #527

Closed origrata closed 1 year ago

origrata commented 1 year ago

Add class LinkPager Paganation For Bootstrap 5

Q A
Is bugfix? ✔️/❌
New feature? ✔️/❌
Breaks BC? ✔️/❌
Fixed issues
what-the-diff[bot] commented 1 year ago

PR Summary

rob006 commented 1 year ago

Code generated by Gii is "bootstrap-agnostic" - it does not rely on any of yii2-bootstap* package. Such change should not be done in default template - if we want to optimize Gii output for Bootstrap, there should be separate template for that.

origrata commented 1 year ago

thanks mr rob006

bizley commented 1 year ago

Closing as stated in the comments. Thank you for the PR.