mirror of https://github.com/zulip/zulip.git
8 lines
160 B
Handlebars
8 lines
160 B
Handlebars
|
{{#with item}}
|
||
|
<li class="list_item" role="presentation" data-value="{{value}}">
|
||
|
<a role="menuitem" tabindex="0">
|
||
|
{{name}}
|
||
|
</a>
|
||
|
</li>
|
||
|
{{/with}}
|