Skip to content

Commit

Permalink
[2375] Change facet "clear all" button to be a text link
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 15, 2012
1 parent a7a5da7 commit abae12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/snippets/facet_list.html
Expand Up @@ -24,7 +24,7 @@
-->
<section class="module" xmlns:py="http://genshi.edgewall.org/" py:with="items=h.unselected_facet_items(name, 10)">
<h2 class="heading">${h.facet_title(title)} <a href="${c.remove_field(name)}" class="btn btn-small">Clear All</a></h2>
<h2 class="heading">${h.facet_title(title)} <a href="${c.remove_field(name)}" class="action">Clear All</a></h2>
<nav>
<ul class="unstyled nav nav-simple">
<py:for each="item in items">
Expand Down

0 comments on commit abae12f

Please sign in to comment.