mirror of https://github.com/zulip/zulip.git
settings/dropdown_list: Remove unused template.
It’s unused since commit 875d564f2d
(#26291).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
de7af60e29
commit
6758d8ad12
|
@ -1,13 +0,0 @@
|
|||
{{#with item}}
|
||||
<li class="list_item" role="presentation" data-value="{{value}}">
|
||||
<a role="menuitem" tabindex="0">
|
||||
{{#if stream}}
|
||||
{{> ../inline_decorated_stream_name stream=stream show_colored_icon=true}}
|
||||
{{else if is_direct_message}}
|
||||
<i class="zulip-icon zulip-icon-users stream-privacy-type-icon"></i> {{name}}
|
||||
{{else}}
|
||||
{{name}}
|
||||
{{/if}}
|
||||
</a>
|
||||
</li>
|
||||
{{/with}}
|
Loading…
Reference in New Issue