mirror of https://github.com/zulip/zulip.git
6 lines
134 B
Handlebars
6 lines
134 B
Handlebars
|
{{! Contents of the "emoji map" popup }}
|
||
|
{{#each emoji_list}}
|
||
|
<div class="emoji emoji-{{this}}" title= ":{{@key}}:" />
|
||
|
{{/each}}
|
||
|
|