Show comment boxes for all annotations at the clicked point
This commit is contained in:
3
app/views/legislation/annotations/new_comment.js.erb
Normal file
3
app/views/legislation/annotations/new_comment.js.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
$("#comments-box-<%= @annotation.id %>").replaceWith("<%= j render('comments_box', annotation: @annotation) %>").show();
|
||||
|
||||
<%= render 'comments_box_form', comment: @comment, annotation: @annotation %>
|
||||
Reference in New Issue
Block a user