2017-10-31 22:33:28 +01:00
|
|
|
<div class="{{this.class}}" title="{{this.title}}" data-reaction-id={{this.local_id}}>
|
2017-03-06 18:17:11 +01:00
|
|
|
{{#if this.emoji_alt_code}}
|
|
|
|
<div class="emoji_alt_code"> :{{this.emoji_name}}:</div>
|
2017-03-02 08:30:53 +01:00
|
|
|
{{else}}
|
2017-03-06 18:17:11 +01:00
|
|
|
{{#if this.is_realm_emoji}}
|
|
|
|
<img src="{{this.url}}" class="emoji" />
|
|
|
|
{{else}}
|
2017-10-31 22:33:28 +01:00
|
|
|
<div class="emoji emoji-{{this.emoji_code}}" />
|
2017-03-06 18:17:11 +01:00
|
|
|
{{/if}}
|
2017-03-02 08:30:53 +01:00
|
|
|
{{/if}}
|
2017-03-06 18:17:11 +01:00
|
|
|
<div class="message_reaction_count">{{this.count}}</div>
|
2016-12-02 13:23:23 +01:00
|
|
|
</div>
|