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