aboutsummaryrefslogtreecommitdiff
path: root/client/html/comment.tpl
diff options
context:
space:
mode:
authorHunternif2019-04-21 17:49:17 +0700
committerHunternif2019-04-21 18:41:46 +0700
commite09e873b9b3a4ad569c859ef4d2982b2666d604e (patch)
treef74fbdab834b97cb55d87bf0b9ce6c06ac8e0b50 /client/html/comment.tpl
parent01ae7967e8316cb96867923435a1e1db2dffb642 (diff)
client: update fontawesome
Diffstat (limited to 'client/html/comment.tpl')
-rw-r--r--client/html/comment.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/comment.tpl b/client/html/comment.tpl
index 6bea704..8cb4475 100644
--- a/client/html/comment.tpl
+++ b/client/html/comment.tpl
@@ -45,13 +45,13 @@
%><span class='action-container'><%
%><% if (ctx.canEditComment) { %><%
%><a href class='edit'><%
- %><i class='fa fa-pencil'></i>&nbsp;edit<%
+ %><i class='fa fa-edit'></i>&nbsp;edit<%
%></a><%
%><% } %><%
%><% if (ctx.canDeleteComment) { %><%
%><a href class='delete'><%
- %><i class='fa fa-remove'></i>&nbsp;delete<%
+ %><i class='fa fa-times'></i>&nbsp;delete<%
%></a><%
%><% } %><%
%></span><%

© 2015 - 2026 Jakob L. Kreuze