From f9cdcef2c06cebcbb3d7124b908ecd9ad8f71290 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 27 Oct 2010 19:51:01 -0400 Subject: [PATCH] * Implemented comment votes * Refactored voting code a bit --- app/views/comment_votes/create.js.rjs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/comment_votes/create.js.rjs 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