Skip to content

Commit

Permalink
simplify drill_down_url() params
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 17, 2012
1 parent 7dc043e commit 4e7a301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/snippets/facet_item.html
Expand Up @@ -18,7 +18,7 @@
-->
<li>
<a href="${c.drill_down_url(**{name: item.name})}">
<a href="${c.drill_down_url(name=item.name)}">
${label_function(item) if vars().has_key('label_function') else h.truncate(item.display_name, 22)}
${count_label(item['count']) if vars().has_key('count_label') else ('(%d)' % item['count'])}
</a>
Expand Down

0 comments on commit 4e7a301

Please sign in to comment.