Skip to content

Commit

Permalink
Revert "simplify drill_down_url() params"
Browse files Browse the repository at this point in the history
This reverts commit 4e7a301.
  • Loading branch information
tobes committed May 17, 2012
1 parent 4e7a301 commit 688e16d
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 688e16d

Please sign in to comment.