]> git.mxchange.org Git - friendica.git/commitdiff
cleanup forgotten lines
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 12 Oct 2015 13:58:34 +0000 (15:58 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 12 Oct 2015 13:58:34 +0000 (15:58 +0200)
view/theme/quattro/templates/wall_thread.tpl

index 54a4964693bb4e08008392709161c928f48f6e23..a5baff6e4082c7d01bf5266d6b43769b1934c46f 100644 (file)
        </div>
        <div class="wall-item-bottom">
                <div class="wall-item-links"></div>
-               <div class="wall-item-like" id="wall-item-like-{{$item.id}}">{{$item.like}}</div>
-               <div class="wall-item-dislike" id="wall-item-dislike-{{$item.id}}">{{$item.dislike}}</div>      
                {{if $item.responses}}
                        {{foreach $item.responses as $verb=>$response}}
                                <div class="wall-item-{{$verb}}" id="wall-item-{{$verb}}-{{$item.id}}">{{$response.output}}</div>