Skip to content

Commit

Permalink
[2375] Update the facet_list.html classes
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 23, 2012
1 parent 295b03f commit 8231917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/snippets/facet_list.html
Expand Up @@ -27,7 +27,7 @@
<section class="module">
<h2 class="heading">${h.facet_title(title)} <a href="${c.remove_field(name)}" class="action">Clear All</a></h2>
<nav py:if="items">
<ul class="unstyled nav nav-simple">
<ul class="unstyled nav nav-simple nav-facet">
<py:for each="item in items">
<li>
<a href="${c.drill_down_url(**{name: item.name})}">
Expand Down

0 comments on commit 8231917

Please sign in to comment.