Add scripts to create myops-getqueryview:
[myops.git] / web / query / evently / tagcloud / _init / mustache.html
diff --git a/web/query/evently/tagcloud/_init/mustache.html b/web/query/evently/tagcloud/_init/mustache.html
new file mode 100644 (file)
index 0000000..aa55f30
--- /dev/null
@@ -0,0 +1,3 @@
+{{#tags}}
+  <a style="font-size:{{size}}px;" href="{{link}}">{{tag}}</a>
+{{/tags}}
\ No newline at end of file