4 lines
173 B
Plaintext
4 lines
173 B
Plaintext
$("#comments-box").append("<%= j render('comments_box', annotation: @annotation) %>").show();
|
|
|
|
<%= render 'comments_box_form', comment: @comment, annotation: @annotation %>
|