ensl.org/app/views/comments/create.js.erb
Luke Barratt 4046d25017 Tests passing with redesign
Improved layout slightly to match grid
2014-04-17 08:55:19 +01:00

2 lines
123 B
Text

$(".comment-form").hide();
$("#comments-thread").append("<%= escape_javascript(render("comment", comment: @comment)) %>");