Skip to content

Commit

Permalink
show facet list even when no unselected facets
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 18, 2012
1 parent 64c9f88 commit 1394aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/snippets/facet_list.html
Expand Up @@ -24,9 +24,9 @@
-->
<py:with vars="items=h.unselected_facet_items(name, limit)" xmlns:py="http://genshi.edgewall.org/">
<section class="module" py:if="len(items)">
<section class="module">
<h2 class="heading">${h.facet_title(title)} <a href="${c.remove_field(name)}" class="action">Clear All</a></h2>
<nav>
<nav py:if="items">
<ul class="unstyled nav nav-simple">
<py:for each="item in items">
<li>
Expand Down

0 comments on commit 1394aad

Please sign in to comment.