Skip to content

Commit

Permalink
search-results should use search-card.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Aug 30, 2012
1 parent c535014 commit 0ba6922
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hobo_rapid/taglibs/plus/live_search.dryml
Expand Up @@ -34,7 +34,9 @@ All other attributes are merged into the form, so standard form attributes are s
<!-- redefining or extending this tag will allow you to customize the display of search results -->
<def tag="search-results">
<section with="&@search_results || []" data-rapid='{"search-results": {}}'>
<collection/>
<collection param>
<search-card/>
</collection>
<else><t key="hobo.live_search.no_results">Your search returned no matches.</t></else>
</section>
</def>

0 comments on commit 0ba6922

Please sign in to comment.