Move template to src/templates MKWS-314 MKWS-315
[mkws-moved-to-github.git] / src / mkws.templates / Switch.handlebars
diff --git a/src/mkws.templates/Switch.handlebars b/src/mkws.templates/Switch.handlebars
deleted file mode 100644 (file)
index 2b8e29c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{{!
-Switch between record and target view
-
-recordClick - handler to switch to record view
-targetClick - handler to switch to target view
-}}
-<a href="#" onclick="{{{recordClick}}}">{{{mkws-translate "Records"}}}</a>
-<span>|</span>
-<a href="#" onclick="{{{targetClick}}}">{{{mkws-translate "Targets"}}}</a>