mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Add narrowing by sender to the info popover.
(imported from commit 92bd56e9bf4a482b499fe31919a43b363f328f9b)
This commit is contained in:
parent
36bb39ede9
commit
a7b466118e
@ -33,6 +33,12 @@
|
||||
</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
<li>
|
||||
<a onclick="ui.hide_actions_popover(); narrow.by('sender', '{{message.sender_email}}', {then_select_id: {{message.id}} });">
|
||||
<i class="icon-user"></i>
|
||||
Narrow to messages sent by <b>{{message.sender_full_name}}</b>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a onclick="respond_to_message();">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user