From d77374937419735abc337bebc3f7556a7d74b37f Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Fri, 27 Jan 2012 17:46:35 -0800 Subject: [PATCH] comment stream now uses handlebars. --- app/views/templates/comment_stream.handlebars | 30 +++++++++++++++++++ app/views/templates/comment_stream.jst | 28 ----------------- public/javascripts/app/app.js | 5 ++-- .../app/views/commment_stream_view.js | 10 +++++-- 4 files changed, 40 insertions(+), 33 deletions(-) create mode 100644 app/views/templates/comment_stream.handlebars delete mode 100644 app/views/templates/comment_stream.jst diff --git a/app/views/templates/comment_stream.handlebars b/app/views/templates/comment_stream.handlebars new file mode 100644 index 000000000..0b0c5445f --- /dev/null +++ b/app/views/templates/comment_stream.handlebars @@ -0,0 +1,30 @@ +{{#unless all_comments_loaded}} + +{{/unless}} + + + +{{#if current_user}} +