do not escape facet title
[mkws-moved-to-github.git] / src / templates / switch.handlebars
1 {{!
2 Switch between record and target view
3
4 recordClick - handler to switch to record view
5 targetClick - handler to switch to target view
6 }}
7 <a href="#" onclick="{{{recordClick}}}">{{{mkws-translate "Records"}}}</a>
8 <span>|</span>
9 <a href="#" onclick="{{{targetClick}}}">{{{mkws-translate "Targets"}}}</a>