mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
Displays a notification above the composebox in cases where the message is not visible (further down), or where it's outside the current narrow or search. It also offers a link to the appropriate narrow when it makes sense, and offers timetravel when appropriate. There is currently a bug with timetravel (and you can see this when using the popover menu) that makes "narrow to messages around this time" not work for muted messages. This resolves Trac #1518. (imported from commit 391ca0b9c07d91496f6585a4fd8e15723d1170e2)
8 lines
293 B
Handlebars
8 lines
293 B
Handlebars
{{! Content of sent-message notifications }}
|
|
<div>
|
|
<div class="compose-notifications-content">
|
|
<div class="title">{{title}}</div>
|
|
{{content}} {{#if link_class}}<br /><a href="#" class="{{link_class}}" data-msgid="{{link_msg_id}}">{{link_text}}</a>{{/if}}
|
|
</div>
|
|
</div>
|