zulip/static/templates/emoji_popover_content.handl...

6 lines
134 B
Handlebars

{{! Contents of the "emoji map" popup }}
{{#each emoji_list}}
<div class="emoji emoji-{{this}}" title= ":{{@key}}:" />
{{/each}}