<p></p>
<p><b>@JesseWeinstein</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3535#discussion_r857836640">app/helpers/browse_helper.rb</a>:</p>
<pre style='color:#555'>> @@ -75,4 +75,21 @@ def icon_tags(object)
   def name_locales(object)
     object.tags.keys.map { |k| Regexp.last_match(1) if k =~ /^name:(.*)$/ }.flatten
   end
+
+  def tags_with_version_info(current_tags, old_objects)
+    version_history = {}
+
+    current_tags.each do |t|
+      version_history[t.k] = { :value => nil, :version => -1 }
+    end
+    old_objects.each do |old|
+      old.old_tags.each do |t|
+        if version_history.include?(t.k) && version_history[t.k][:value] != t.v
+          version_history[t.k] = { :value => t.v, :version => old.version,
+                                   :changeset => old.changeset, :timestamp => old.timestamp }
+        end
</pre>
<p dir="auto">You are correct -- thanks for finding that! I've fixed it and added it to the test.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3535#discussion_r857836640">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLPP7I5ZY22MHO5L6KDVG3E2ZANCNFSM5UG6SIIQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLPQLNUOGIFFFQUXR5TVG3E2ZA5CNFSM5UG6SII2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOHDARQ2I.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/3535/review/952178793</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/3535#discussion_r857836640",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3535#discussion_r857836640",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>