Authored by happyhour7@163.com

Merge branch 'web_develop' of git.dev.yoho.cn:ued/yohogirls-mustache into web_develop

... ... @@ -8,7 +8,7 @@
</div>
<div class="userinfo">
<h6>\{{nick}}</h6>
<p class="comment-text">\{{content}}</p>
<p class="comment-text">\{{{content}}}</p>
\{{#if isSelf}}
<a class="delete-comment" href="javascript:;" pid="\{{id}}"></a>
\{{/if}}
... ...
... ... @@ -8,7 +8,7 @@
</div>
<div class="userinfo">
<h6>\{{nick}}</h6>
<p class="comment-text">\{{content}}</p>
<p class="comment-text">\{{{content}}}</p>
\{{#if isSelf}}
<a class="delete-comment" href="javascript:;" pid="\{{id}}"></a>
\{{/if}}
... ...