2020-05-13 07:26:30 +02:00
|
|
|
<div class="{{this.class}}" aria-label="{{this.label}}" 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}}
|
2020-04-18 05:39:01 +02:00
|
|
|
<div class="emoji emoji-{{this.emoji_code}}"></div>
|
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>
|