aboutsummaryrefslogtreecommitdiff
path: root/client/html/comment.tpl
diff options
context:
space:
mode:
authorrr-2016-07-30 21:47:56 +0200
committerrr-2016-07-30 23:12:31 +0200
commite464e69b36eb615b09b59adf442a03044a8e46bd (patch)
tree10018aba83888bf93598bbcf1392ed4d88c057be /client/html/comment.tpl
parent29bc41f5dad0802c32474f042d09203b6ab8bc3f (diff)
client/general: remove faux href='#' from links
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 da91a03..8cae159 100644
--- a/client/html/comment.tpl
+++ b/client/html/comment.tpl
@@ -32,13 +32,13 @@
--><span class='score-container'></span><!--
--><% if (ctx.canEditComment) { %><!--
- --><a class='edit' href='#'><!--
+ --><a class='edit'><!--
--><i class='fa fa-pencil'></i> edit<!--
--></a><!--
--><% } %><!--
--><% if (ctx.canDeleteComment) { %><!--
- --><a class='delete' href='#'><!--
+ --><a class='delete'><!--
--><i class='fa fa-remove'></i> delete<!--
--></a><!--
--><% } %><!--

© 2015 - 2026 Jakob L. Kreuze