Skip to content

Commit

Permalink
[2441] Tweak wording of collapse facet link
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 29, 2012
1 parent 6e9108a commit dfecb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/snippets/facet_list.html
Expand Up @@ -54,7 +54,7 @@ <h2 class="heading">${c.facet_titles.get(name)} <a href="${c.remove_field(name)}
</nav>
<p class="footer" py:if="items">
<a py:if="c.search_facets_limits.get(name)" href="${c.remove_field('_%s_limit' % name, replace=0)}" class="read-more">Show All ${c.facet_titles.get(name)}</a>
<a py:if="not c.search_facets_limits.get(name)" href="${c.remove_field('_%s_limit' % name)}" class="read-more">Show Popular ${c.facet_titles.get(name)}</a>
<a py:if="not c.search_facets_limits.get(name)" href="${c.remove_field('_%s_limit' % name)}" class="read-more">Show Only Popular ${c.facet_titles.get(name)}</a>
</p>
</section>
</py:with>

0 comments on commit dfecb10

Please sign in to comment.