CSS not being applied to pagination
What were you trying to do?
Everything works fine, except pagination, which is not being shown as expected (sample)
What did you end up with (logs, or, even better, example apps are great!)?
I tried to fix it by:
- Adding bootstrap5-kaminari-views gem. However, in order to pick up
paginatemethod must be called with thethemeattribute. So I continued to step 2 - Modifying
administratesource code and substitute correspondent lines in filesapp/views/fields/has_many/_show.html.erbandapp/views/administrate/application/index.html.erb. It didn't work. Still CSS was not being applied correctly.
What versions are you running?
- Rails 7.0.2.2
- administrate 0.17.0