mirror of https://github.com/zulip/zulip.git
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>
|