Newer
Older
<a href="#" class="label profile" title="{{current_user.name}}">
<i class="icon-user icon-white"></i>
</a>
<a href="#" class="label like" title="{{#if user_like}} Unlike {{else}} Like {{/if}}">
<i class="icon-heart icon-white"></i>
</a>
<a href="#" class="label follow" title="Follow Post">
<i class="icon-plus icon-white"></i>
</a>
{{#if userCanReshare}}
<a href="#" class="label reshare" title="Reshare">
{{/if}}
<a href="#" class="label comment" title="Comment">
<i class="icon-comment icon-white"></i>
</a>