AyuntamientoMadrid/participacion

View on GitHub
app/views/legislation/annotations/new_comment.js.erb

Summary

Maintainability
Test Coverage
$("#comments-box-<%= @annotation.id %>").replaceWith("<%= j render("comments_box", annotation: @annotation) %>").show();

<%= render "comments_box_form", comment: @comment, annotation: @annotation %>