]> git.openstreetmap.org Git - rails.git/commit
Group pagination data into a struct
authorTom Hughes <tom@compton.nu>
Thu, 19 Mar 2026 18:22:54 +0000 (18:22 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 24 Mar 2026 17:52:38 +0000 (17:52 +0000)
commit4411d972f1ebdb6fa6ce05b106f192a7bbba46eb
treeb1efe2aeb9f993d2101d00add1cf51d84e2a6267
parent759a7a2b3dd2d588046a5d057d64879e8c140fae
Group pagination data into a struct
32 files changed:
app/controllers/changesets_controller.rb
app/controllers/concerns/pagination_methods.rb
app/controllers/diary_entries_controller.rb
app/controllers/issues_controller.rb
app/controllers/old_nodes_controller.rb
app/controllers/old_relations_controller.rb
app/controllers/old_ways_controller.rb
app/controllers/traces_controller.rb
app/controllers/user_blocks_controller.rb
app/controllers/users/changeset_comments_controller.rb
app/controllers/users/diary_comments_controller.rb
app/controllers/users/issued_blocks_controller.rb
app/controllers/users/lists_controller.rb
app/controllers/users/received_blocks_controller.rb
app/views/changesets/index.atom.builder
app/views/changesets/index.html.erb
app/views/diary_entries/_page.html.erb
app/views/diary_entries/index.html.erb
app/views/issues/_page.html.erb
app/views/old_elements/index.html.erb
app/views/old_elements/index.turbo_stream.erb
app/views/shared/_pagination.html.erb
app/views/traces/_page.html.erb
app/views/traces/index.html.erb
app/views/user_blocks/_page.html.erb
app/views/user_blocks/index.html.erb
app/views/users/changeset_comments/_page.html.erb
app/views/users/comments/index.html.erb
app/views/users/diary_comments/_page.html.erb
app/views/users/issued_blocks/show.html.erb
app/views/users/lists/_page.html.erb
app/views/users/received_blocks/show.html.erb