sample_rails_tailwind/app/views/kaminari
songtianlun 0335ef4ed6 refactor: replace list items with buttons in pagination
- Changed pagination elements from <li> to <button> for better accessibility.
- Updated the paginator structure to use a <div> instead of <ul>.
- Ensured that all pagination links are now buttons, improving the user experience.

These changes enhance the semantic structure of the pagination, making it more intuitive and accessible for users, especially those using assistive technologies.
2025-01-17 15:22:13 +08:00
..
_first_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_gap.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_last_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_next_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_paginator.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_prev_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00