mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
In particular, long email addresses. (imported from commit 3ee9121c577e01277ac7888bed13bdb654ef77b9)
4 lines
269 B
HTML
4 lines
269 B
HTML
{{! Client-side Mustache template for the title of the little "userinfo" popup that shows up when you click on a name }}
|
|
<span title="{{sender_full_name}}"><b>{{sender_full_name}}</b></span><br />
|
|
<span class='my_email' title="{{sender_email}}">{{sender_email}}</span>
|