From 91b0432067c5eedac724fdaa2381e22435378fd0 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 2 Feb 2014 22:45:41 +0100 Subject: [PATCH] Fixed css CSS for comments wasn't included in post-view.phtml. This manifested when user posted a comment thruogh it (AJAX requests don't append CSS from AJAXed pages, so added it in parent view). --- src/Views/post-view.phtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Views/post-view.phtml b/src/Views/post-view.phtml index 8a01fa7a..262d73e8 100644 --- a/src/Views/post-view.phtml +++ b/src/Views/post-view.phtml @@ -325,6 +325,10 @@ LayoutHelper::addScript('../lib/tagit/jquery.tagit.js'); +
context->transport->post->getComments())): ?>