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