<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_r857749900">app/views/browse/_common_details.html.erb</a>:</p>
<pre style='color:#555'>> @@ -31,4 +31,4 @@
</div>
<% end %>
-<%= render :partial => "tag_details", :object => common_details.tags %>
+<%= render :partial => "tag_details", :object => (local_assigns[:tag_history] or common_details.tags), :locals => { :is_history => local_assigns[:is_history] } %>
</pre>
<p dir="auto"><code>local_assigns</code> is needed because these variables aren't <em>always</em> passed (I think?), and so referring to them directly will throw an exception when they are missing, rather than just returning <code>nil</code>. I suspect there's a better way to do this, though!</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_r857749900">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLP6ZTKWSPR3MZVNS5TVG2Z6BANCNFSM5UG6SIIQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLJPYT32FIQZKITJZFLVG2Z6BA5CNFSM5UG6SII2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOHC7SSCI.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/952051977</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_r857749900",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3535#discussion_r857749900",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>