Allow users to delete their own comments
This commit is contained in:
committed by
Javi Martín
parent
fa14976cfd
commit
0698c0ff4f
1
app/views/comments/hide.js.erb
Normal file
1
app/views/comments/hide.js.erb
Normal file
@@ -0,0 +1 @@
|
||||
$("#<%= dom_id(@comment) %>").replaceWith("<%= j render("comment", comment: @comment) %>");
|
||||
Reference in New Issue
Block a user