Skip to content

Commit

Permalink
pass limit to facet_list
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 18, 2012
1 parent 9db44cf commit 7431f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/snippets/facet_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
how a facet-item's count is displayed.
-->
<py:with vars="items=h.unselected_facet_items(name, 10)" xmlns:py="http://genshi.edgewall.org/">
<py:with vars="items=h.unselected_facet_items(name, limit)" xmlns:py="http://genshi.edgewall.org/">
<section class="module" py:if="len(items)">
<h2 class="heading">${h.facet_title(title)} <a href="${c.remove_field(name)}" class="action">Clear All</a></h2>
<nav>
Expand Down

0 comments on commit 7431f6f

Please sign in to comment.