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