mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Tweaked by tabbott to avoid accidentally disabling the linter for handlebars templates. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
11 lines
307 B
Handlebars
11 lines
307 B
Handlebars
{{#with emoji_dict}}
|
|
<div class="emoji-showcase">
|
|
{{#if is_realm_emoji}}
|
|
<img src="{{url}}" class="emoji emoji-preview"/>
|
|
{{else}}
|
|
<div class="emoji emoji-preview emoji-{{emoji_code}}"></div>
|
|
{{/if}}
|
|
<div class="emoji-canonical-name" title="{{name}}">{{name}}</div>
|
|
</div>
|
|
{{/with}}
|