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).
This commit is contained in:
Marcin Kurczewski 2014-02-02 22:45:41 +01:00
parent f01f55cc8b
commit 91b0432067

View file

@ -325,6 +325,10 @@ LayoutHelper::addScript('../lib/tagit/jquery.tagit.js');
</div>
<?php endif ?>
<?php
LayoutHelper::addStylesheet('comment-list.css');
LayoutHelper::addStylesheet('comment-small.css');
?>
<div class="comments-wrapper">
<?php if (!empty($this->context->transport->post->getComments())): ?>
<div class="comments unit">