mirror of https://github.com/zulip/zulip.git
12 lines
369 B
Handlebars
12 lines
369 B
Handlebars
{{! Contents of the "emoji map" popup }}
|
|
{{#each emoji_list}}
|
|
{{#with this}}
|
|
<div class="emoji emoji-{{css_name}}" title=":{{name}}:" />
|
|
{{/with}}
|
|
{{/each}}
|
|
{{#each realm_emoji}}
|
|
{{#with this}}
|
|
<div class="emoji realm-emoji emoji-{{emoji_name}}" title=":{{emoji_name}}:" style="background-image: url('{{emoji_url}}')"></div>
|
|
{{/with}}
|
|
{{/each}}
|