mirror of https://github.com/zulip/zulip.git
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>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{/if}}
|
{{/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>
|
<li>
|
||||||
<a onclick="respond_to_message();">
|
<a onclick="respond_to_message();">
|
||||||
|
|
Loading…
Reference in New Issue