Add scripts to create myops-getqueryview:
[myops.git] / web / query / templates / partials / comment.html
1 <li>
2   <h4>
3     by {{#url}}<a href="{{url}}">{{/url}}{{name}}{{#url}}</a>{{/url}},
4     <span class="date">{{created_at}}</span>
5   </h4>
6   <img class="gravatar" src="{{avatar}}"/>
7   <p>{{{html}}}</p>
8 </li>