mirror of https://github.com/zulip/zulip.git
In the UI, call time travel "Narrow to messages around this time"
(imported from commit 4763f67c50bcf540959d9288c86ef854a4e66a1e)
This commit is contained in:
parent
6670cf7b55
commit
4a648e9e71
|
@ -2,7 +2,7 @@
|
||||||
<ul class="nav nav-list userinfo_popover">
|
<ul class="nav nav-list userinfo_popover">
|
||||||
<li>
|
<li>
|
||||||
<a onclick="ui.hide_userinfo_popover(); narrow.target({{id}}); narrow.time_travel();">
|
<a onclick="ui.hide_userinfo_popover(); narrow.target({{id}}); narrow.time_travel();">
|
||||||
<i class="icon-time"></i> Jump to this time and view all messages
|
<i class="icon-time"></i> Narrow to messages around this time
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue