Fix SUP-725.
[mkws-moved-to-github.git] / src / templates / facets.handlebars
index 66caa83..3ca13a6 100644 (file)
@@ -1,11 +1,9 @@
 {{!
-Termlists, a container of all configured facets.
+Facets, a container of all configured facets.
 
 team - the current team
 facets - array of facet names
 }}
-
-<div class="mkws-termlists-title mkwsTermlistsTitle">Termlists</div>
 {{#each facets}}
   <div class="mkws-facet mkwsFacet mkws-team-{{../team}}" data-mkws-facet="{{this}}"></div>
 {{/each}}