From d5a4f9eb984532ecf7dada580c712b79e863ac71 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sat, 7 Jan 2012 20:19:47 -0800 Subject: [PATCH] use content_view for comments (markdown, tagging) --- app/views/templates/comment.jst | 4 +- config/assets.yml | 1 + public/javascripts/app/views/comment_view.js | 2 +- public/javascripts/app/views/content_view.js | 57 +++++++++++++++++ .../app/views/post_content_view.js | 61 ------------------- 5 files changed, 60 insertions(+), 65 deletions(-) create mode 100644 public/javascripts/app/views/content_view.js delete mode 100644 public/javascripts/app/views/post_content_view.js diff --git a/app/views/templates/comment.jst b/app/views/templates/comment.jst index d6b355387..e42f601a7 100644 --- a/app/views/templates/comment.jst +++ b/app/views/templates/comment.jst @@ -18,9 +18,7 @@ -

- <%= text %> -

+ <%= text %>