diff options
| author | Hunternif | 2019-04-21 17:49:17 +0700 |
|---|---|---|
| committer | Hunternif | 2019-04-21 18:41:46 +0700 |
| commit | e09e873b9b3a4ad569c859ef4d2982b2666d604e (patch) | |
| tree | f74fbdab834b97cb55d87bf0b9ce6c06ac8e0b50 /client/html/comment.tpl | |
| parent | 01ae7967e8316cb96867923435a1e1db2dffb642 (diff) | |
client: update fontawesome
Diffstat (limited to 'client/html/comment.tpl')
| -rw-r--r-- | client/html/comment.tpl | 4 |
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> edit<% + %><i class='fa fa-edit'></i> edit<% %></a><% %><% } %><% %><% if (ctx.canDeleteComment) { %><% %><a href class='delete'><% - %><i class='fa fa-remove'></i> delete<% + %><i class='fa fa-times'></i> delete<% %></a><% %><% } %><% %></span><% |