Renders a comma separated list of links (<a>), or “(none)” if the list is empty
<a>
Show Source
<def tag='links-for-collection'><%= this.empty? ? "(none)" : context_map { a }.join(", ") %></def>