You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
779 B
Smarty
25 lines
779 B
Smarty
<div class="well favourites">
|
|
<div class="account-username-box" data-userslug="{userslug}">
|
|
<span class="account-username">
|
|
<a href="/user/{userslug}">{username}</a>
|
|
</span>
|
|
</div>
|
|
|
|
<div id="no-favourites-notice" class="alert alert-warning {show_nofavourites}">You don't have any favourites, favourite some posts to see them here!</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12 user-favourite-posts">
|
|
<!-- BEGIN posts -->
|
|
<div class="topic-row img-thumbnail clearfix" topic-url="topic/{posts.tid}/#{posts.pid}">
|
|
<span><strong>{posts.username}</strong> : </span>
|
|
<span>{posts.content}</span>
|
|
<div>
|
|
<span class="pull-right timeago" title="{posts.relativeTime}"></span>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<!-- END posts -->
|
|
</div>
|
|
</div>
|
|
</div>
|