Removed useless comment box (from old non-threaded template, to comment box where displayed)

This commit is contained in:
Domovoy 2012-08-07 12:13:42 +02:00
parent 5ca71d04b2
commit afaa5f2038
1 changed files with 0 additions and 5 deletions

View File

@ -90,11 +90,6 @@
<div class="wall-item-wrapper-end"></div>
<div class="wall-item-like $item.indent" id="wall-item-like-$item.id">$item.like</div>
<div class="wall-item-dislike $item.indent" id="wall-item-dislike-$item.id">$item.dislike</div>
<div class="wall-item-comment-separator"></div>
<div class="wall-item-comment-wrapper">
$item.comment
</div>
<div class="wall-item-outside-wrapper-end$item.indent" ></div>
</div>
{{ for $item.children as $item }}