X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/549a46c867002c974224bc86cc5933edd8acef94..ed74bc036b3203bb14c3fbb986c077f2958d004d:/app/helpers/browse_helper.rb diff --git a/app/helpers/browse_helper.rb b/app/helpers/browse_helper.rb index 0ea10e219..5aef4e7ca 100644 --- a/app/helpers/browse_helper.rb +++ b/app/helpers/browse_helper.rb @@ -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