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
paginate
method must be called with thetheme
attribute. So I continued to step 2 - Modifying
administrate
source code and substitute correspondent lines in filesapp/views/fields/has_many/_show.html.erb
andapp/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