mirror of https://github.com/zulip/zulip.git
14 lines
423 B
Handlebars
14 lines
423 B
Handlebars
<div class="buddy_list_tooltip_content">
|
|
<span class="tooltip_inner_content">{{first_line}}
|
|
{{#if show_you}}
|
|
<span class="my_user_status">{{t "(you)" }}</span>
|
|
{{/if}}
|
|
</span>
|
|
{{#if second_line}}
|
|
<br /><span class="tooltip_inner_content">{{second_line}}</span>
|
|
{{/if}}
|
|
{{#if third_line}}
|
|
<br /><span class="tooltip_inner_content">{{third_line}}</span>
|
|
{{/if}}
|
|
</div>
|