diff options
| author | rr- | 2016-07-30 21:47:56 +0200 |
|---|---|---|
| committer | rr- | 2016-07-30 23:12:31 +0200 |
| commit | e464e69b36eb615b09b59adf442a03044a8e46bd (patch) | |
| tree | 10018aba83888bf93598bbcf1392ed4d88c057be /client/html/comment.tpl | |
| parent | 29bc41f5dad0802c32474f042d09203b6ab8bc3f (diff) | |
client/general: remove faux href='#' from links
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 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><!-- --><% } %><!-- |