From 2d7ebc881037ea7bb644af946928ed302e3e0909 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 26 Oct 2011 18:43:56 -0400 Subject: [PATCH] fix for comment/show --- app/views/comments/show.html.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/views/comments/show.html.erb diff --git a/app/views/comments/show.html.erb b/app/views/comments/show.html.erb new file mode 100644 index 000000000..66937e472 --- /dev/null +++ b/app/views/comments/show.html.erb @@ -0,0 +1,11 @@ +
+
+
+
+ <%= render "comments/partials/show/comment", :post => @comment.post, :comment => @comment, :show_header => false %> +
+
+
+
+ +<%= render "secondary_links" %> \ No newline at end of file