Skip to content

Commit

Permalink
wrap links-for-collection in a span so that classes can be added
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Oct 9, 2012
1 parent 292b68b commit 342be3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo_rapid/taglibs/views/links_for_collection.dryml
@@ -1,2 +1,2 @@
<!-- Renders a comma separated list of links (`<view>`), or "(none)" if the list is empty -->
<def tag="links-for-collection"><%= this.empty? ? "(none)" : context_map { view }.safe_join(", ") %></def>
<def tag="links-for-collection"><span merge-attrs><%= this.empty? ? "(none)" : context_map { view }.safe_join(", ") %></span></def>

0 comments on commit 342be3e

Please sign in to comment.