This commit is contained in:
Van
2019-02-10 23:15:19 +08:00
parent bb908f1974
commit 4b5e8d897d
5 changed files with 9 additions and 203 deletions

View File

@@ -42,7 +42,7 @@
<#if article.commentable>
<a class="fn-right ft-green" href="javascript:replyTo('${comment.oId}')">
<a class="fn-right ft-green" href="javascript:page.toggleEditor('${comment.oId}', '${comment.commentName}')">
<svg><use xlink:href="#icon-reply"></use></svg> ${reply1Label}
</a>
</#if>