clipbucket/upload/styles/cbv3/layout/blocks/single_feed_comment.html

16 lines
605 B
HTML
Raw Normal View History

<div class="feed-comment feed-row">
<div class="feed-comment-author">
<img src="{$userquery->avatar($comment,'small')}" />
</div>
<div class="feed-comment-text">
<a href="{$userquery->profile_link($comment)}" class="feed-comment-author-name">{name($comment)}</a>
2012-11-30 13:17:16 +00:00
{comment($comment)}
<div class="feed-comment-likes">
<!-- @todo finish this -->
{what_time($comment.date_added,false)}
<!--@tpdp make comments likeable . Like . <i class="icon icon-like"></i> 3 -->
</div>
</div>
</div>