From 4ce8ed5993c0140c2582bd2e645c4ba0601970d5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 8 May 2015 23:49:01 +0100 Subject: [PATCH] facet template now uses href instead of linkdata. --- src/templates/facet.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}} -- 1.7.10.4