|
|
@ -42,13 +42,13 @@
|
|
|
|
<!-- IF !posts.deleted -->
|
|
|
|
<!-- IF !posts.deleted -->
|
|
|
|
<!-- IF config.loggedIn -->
|
|
|
|
<!-- IF config.loggedIn -->
|
|
|
|
<li role="presentation">
|
|
|
|
<li role="presentation">
|
|
|
|
<a component="post/favourite" role="menuitem" tabindex="-1" href="#" data-favourited="{posts.favourited}">
|
|
|
|
<a component="post/bookmark" role="menuitem" tabindex="-1" href="#" data-bookmarked="{posts.bookmarked}">
|
|
|
|
|
|
|
|
|
|
|
|
<span class="favourite-text">[[topic:favourite]]</span>
|
|
|
|
<span class="bookmark-text">[[topic:bookmark]]</span>
|
|
|
|
<span component="post/favourite-count" class="favouriteCount" data-favourites="{posts.reputation}">{posts.reputation}</span>
|
|
|
|
<span component="post/bookmark-count" class="bookmarkCount" data-bookmarks="{posts.bookmarks}">{posts.bookmarks}</span>
|
|
|
|
|
|
|
|
|
|
|
|
<i component="post/favourite/on" class="fa fa-heart <!-- IF !posts.favourited -->hidden<!-- ENDIF !posts.favourited -->"></i>
|
|
|
|
<i component="post/bookmark/on" class="fa fa-heart <!-- IF !posts.bookmarked -->hidden<!-- ENDIF !posts.bookmarked -->"></i>
|
|
|
|
<i component="post/favourite/off" class="fa fa-heart-o <!-- IF posts.favourited -->hidden<!-- ENDIF posts.favourited -->"></i>
|
|
|
|
<i component="post/bookmark/off" class="fa fa-heart-o <!-- IF posts.bookmarked -->hidden<!-- ENDIF posts.bookmarked -->"></i>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<!-- ENDIF config.loggedIn -->
|
|
|
|
<!-- ENDIF config.loggedIn -->
|
|
|
|