<p>In app/helpers/browse_helper.rb:</p>
<pre style='color:#555'>> @@ -3,24 +3,37 @@ def link_to_page(page, page_param)
>      return link_to(page, page_param => page)
>    end
>  
> -  def printable_name(object, version=false)
> +  def printable_name(object, type, version=false)
</pre>
<p>Can this be written in such a way so as not to add another boolean flag to this method signature? Preferably refactor it into a family of functions without flags, or if that's not easy, convert the flags to named hash options.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/487/files#r6578735'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpkNM6KDQK5cHTDblVaHAo_QaQFA5dP3i3Aw_jRBWYhj8.gif' height='1' width='1'></p>