mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Make the narrowing tooltips a bit more verbose.
(imported from commit ab2cbaa7bfe4eeb0b1d1dd00b6db6aa76574cbff)
This commit is contained in:
parent
b33c0c4eee
commit
5a3d52baa7
@ -27,11 +27,11 @@
|
||||
<td class="message_header message_header_stream right_part">
|
||||
<span class="message_label_clickable"
|
||||
onclick="narrow.target({{id}}); narrow.by_recipient();"
|
||||
title="{{display_recipient}}">{{display_recipient}}</span>
|
||||
title="Narrow to stream "{{display_recipient}}"">{{display_recipient}}</span>
|
||||
|
|
||||
<span class="message_label_clickable"
|
||||
onclick="narrow.target({{id}}); narrow.by_subject();"
|
||||
title="{{subject}}">{{subject}}</span>
|
||||
title="Narrow to stream "{{display_recipient}}", subject "{{subject}}"">{{subject}}</span>
|
||||
</td>
|
||||
</tr>
|
||||
{{else}}
|
||||
@ -41,7 +41,7 @@
|
||||
</td>
|
||||
<td class="message_label_clickable message_header message_header_huddle right_part"
|
||||
onclick="narrow.target({{id}}); narrow.by_recipient();"
|
||||
title="Huddle with you and {{display_reply_to}}">You and {{display_reply_to}}</td>
|
||||
title="Narrow to messages sent to you and {{display_reply_to}}">You and {{display_reply_to}}</td>
|
||||
</tr>
|
||||
{{/if}}
|
||||
{{/include_recipient}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user