Skip to content

Commit

Permalink
Merge branch '604-bulk-facets'
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Mar 13, 2013
2 parents ea5a10b + aeece32 commit 7afd580
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ckan/templates/organization/bulk_process.html
Expand Up @@ -90,8 +90,9 @@ <h3 class="dataset-heading">
<button type="submit"><i class="icon-search"></i> <span>{{ _('Search') }}</span></button>
</span>
</form>
{{ h.snippet('snippets/facet_list.html', title='Tags', name='tags', within_tertiary=true, extras={'id':c.group_dict.name}) }}
{{ h.snippet('snippets/facet_list.html', title='Formats', name='res_format', within_tertiary=true, extras={'id':c.group_dict.name}) }}
{% for facet in c.facet_titles %}
{{ h.snippet('snippets/facet_list.html', title=c.facet_titles[facet], name=facet, extras={'id':c.group_dict.id}) }}
{% endfor %}
</aside>
</div>
{{ c.page.pager() }}
Expand Down

0 comments on commit 7afd580

Please sign in to comment.