diff --git a/app/views/comment_votes/create.js.rjs b/app/views/comment_votes/create.js.rjs new file mode 100644 index 000000000..450cfa6f7 --- /dev/null +++ b/app/views/comment_votes/create.js.rjs @@ -0,0 +1,3 @@ +if @error + page.alert(@error.to_s) +end