Add scripts to create myops-getqueryview:
[myops.git] / web / query / templates / partials / comment.html
diff --git a/web/query/templates/partials/comment.html b/web/query/templates/partials/comment.html
new file mode 100644 (file)
index 0000000..3d13170
--- /dev/null
@@ -0,0 +1,8 @@
+<li>
+  <h4>
+    by {{#url}}<a href="{{url}}">{{/url}}{{name}}{{#url}}</a>{{/url}},
+    <span class="date">{{created_at}}</span>
+  </h4>
+  <img class="gravatar" src="{{avatar}}"/>
+  <p>{{{html}}}</p>
+</li>
\ No newline at end of file