In the UI, call time travel "Narrow to messages around this time"

(imported from commit 4763f67c50bcf540959d9288c86ef854a4e66a1e)
This commit is contained in:
Jeff Arnold 2012-11-29 10:46:41 -05:00
parent 6670cf7b55
commit 4a648e9e71
1 changed files with 1 additions and 1 deletions

View File

@ -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>