mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
10 lines
275 B
Handlebars
10 lines
275 B
Handlebars
<div class='pill' data-id='{{ id }}' tabindex=0>
|
|
{{#if has_image}}
|
|
<img class="pill-image" src={{img_src}} />
|
|
{{/if}}
|
|
<span class="pill-value">{{ display_value }}</span>
|
|
<div class="exit">
|
|
<span aria-hidden="true">×</span>
|
|
</div>
|
|
</div>
|