Skip to content
Snippets Groups Projects
feedback.handlebars 576 B
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">
danielgrippi's avatar
danielgrippi committed
    <i class="icon-retweet icon-white"></i>
  </a>
{{/if}}

<a href="#" class="label comment" title="Comment">
  <i class="icon-comment icon-white"></i>
</a>