mirror of https://github.com/zulip/zulip.git
9 lines
356 B
HTML
9 lines
356 B
HTML
{{! Client-side Mustache template for the contents of the little "timeinfo" popup that shows up when you click on a time }}
|
|
<ul class="nav nav-list userinfo_popover">
|
|
<li>
|
|
<a onclick="ui.hide_userinfo_popover(); narrow.target({{id}}); narrow.time_travel();">
|
|
<i class="icon-time"></i> Narrow to messages around this time
|
|
</a>
|
|
</li>
|
|
</ul>
|