]> git.openstreetmap.org Git - rails.git/commit
Use turbo for pagination
authorTom Hughes <tom@compton.nu>
Mon, 12 Aug 2024 21:38:05 +0000 (22:38 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 20 Aug 2024 13:44:10 +0000 (14:44 +0100)
commitedddaab122948c4af6a27ba690bdfe1267ff6b07
treed50c485e8672d06d4b5f717caa732dda00378597
parentc5aa012dc252414127f4c3d2f724c7f8e384390a
Use turbo for pagination
20 files changed:
app/controllers/diary_comments_controller.rb
app/controllers/diary_entries_controller.rb
app/controllers/traces_controller.rb
app/controllers/user_blocks_controller.rb
app/controllers/users_controller.rb
app/views/diary_comments/_page.html.erb [new file with mode: 0644]
app/views/diary_comments/index.html.erb
app/views/diary_entries/_page.html.erb [new file with mode: 0644]
app/views/diary_entries/index.html.erb
app/views/shared/_pagination.html.erb
app/views/traces/_page.html.erb [new file with mode: 0644]
app/views/traces/index.html.erb
app/views/user_blocks/_block.html.erb
app/views/user_blocks/_blocks.html.erb
app/views/user_blocks/blocks_by.html.erb
app/views/user_blocks/blocks_on.html.erb
app/views/user_blocks/index.html.erb
app/views/users/_page.html.erb [new file with mode: 0644]
app/views/users/index.html.erb
config/locales/en.yml