mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
templates: Remove unnecessary newlines in typeahead_list_item.
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
{{#if has_image}}
|
{{#if has_image}}
|
||||||
<img class="emoji" src="{{ img_src }}" />
|
<img class="emoji" src="{{ img_src }}" />
|
||||||
|
|
||||||
{{/if}}
|
{{/if~}}
|
||||||
<strong>
|
<strong>
|
||||||
{{ primary }}
|
{{~ primary ~}}
|
||||||
</strong>
|
</strong>
|
||||||
{{#if has_secondary}}
|
{{~#if has_secondary}}
|
||||||
|
|
||||||
<small class="autocomplete_secondary">
|
<small class="autocomplete_secondary">
|
||||||
{{ secondary }}
|
{{~ secondary ~}}
|
||||||
</small>
|
</small>
|
||||||
{{/if}}
|
{{~/if}}
|
||||||
|
|||||||
Reference in New Issue
Block a user