mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Earlier copy to the link present above the composebox (which appears when a message is sent outside the current narrow), it used to provide the link to the home page which is fixed now. Now, copy to the link gives the link of the narrow where message is sent.
6 lines
339 B
Handlebars
6 lines
339 B
Handlebars
{{! Content of sent-message notifications }}
|
|
<div class="compose-notifications-content">
|
|
{{note}} {{#if link_class}}<a href="{{above_composebox_narrow_url}}" class="{{link_class}}" data-message-id="{{link_msg_id}}">{{link_text}}</a>{{/if}}
|
|
<button type="button" class="out-of-view-notification-close close">×</button>
|
|
</div>
|