ensl.org/app/views/comments/create.js.erb
Luke Barratt 63ec5d86fa Improved form element styling
Improved article and comment styling
2014-04-09 21:44:04 +01:00

2 lines
116 B
Text

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