diff options
Diffstat (limited to 'views/partials/comments.ejs')
| -rw-r--r-- | views/partials/comments.ejs | 5 |
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> · - <a href="/comment/{{id}}/remove">remove</a> · + <a href="#" data-id="{{id}}" class='remove'>remove</a> +<!-- + · <a href="/comment/{{id}}/reply">reply</a> + --> </span> </td> </tr> |
