summaryrefslogtreecommitdiff
path: root/views/partials/comments.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/comments.ejs')
-rw-r--r--views/partials/comments.ejs5
1 files changed, 4 insertions, 1 deletions
diff --git a/views/partials/comments.ejs b/views/partials/comments.ejs
index 936e487..ec27b09 100644
--- a/views/partials/comments.ejs
+++ b/views/partials/comments.ejs
@@ -14,8 +14,11 @@
</span>
<span class="edit-links">
<a href="/comment/{{id}}/edit">edit</a> &middot;
- <a href="/comment/{{id}}/remove">remove</a> &middot;
+ <a href="#" data-id="{{id}}" class='remove'>remove</a>
+<!--
+ &middot;
<a href="/comment/{{id}}/reply">reply</a>
+ -->
</span>
</td>
</tr>