]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/5211'
authorTom Hughes <tom@compton.nu>
Sat, 14 Sep 2024 09:55:50 +0000 (10:55 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 14 Sep 2024 09:55:50 +0000 (10:55 +0100)
app/helpers/browse_helper.rb

index 0ea10e219080812e79a94e07d415fdfdb4bfff07..5aef4e7ca72d4a8212662fabad966a62da1e6d3c 100644 (file)
@@ -86,7 +86,7 @@ module BrowseHelper
     max_width_for_default_padding = 35
 
     width = 0
-    pagination_items(pages, {}).each do |body|
+    pagination_items(pages, {}).each do |(body)|
       width += 2 # padding width
       width += body.length
     end