From: Mike Taylor Date: Fri, 8 May 2015 22:49:01 +0000 (+0100) Subject: facet template now uses href instead of linkdata. X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=4ce8ed5993c0140c2582bd2e645c4ba0601970d5;p=mkws-moved-to-github.git facet template now uses href instead of linkdata. --- diff --git a/src/templates/facet.handlebars b/src/templates/facet.handlebars index 13321ea..9307b96 100644 --- a/src/templates/facet.handlebars +++ b/src/templates/facet.handlebars @@ -6,12 +6,12 @@ caption - caption for this facet terms: term - term name count - count of items matching in the current search for this team - linkdata - attributes to add to the term element including an onclick handler + href - link for facet }}
{{{mkws-translate caption}}}
{{#each terms}}
- {{term}} {{count}} + {{term}} {{count}}
{{/each}}