mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This refactors and fixes unicode issues where entities don't display properly due to being a special character that seems to be rendered incorrectly in a non-deterministic way every time.
6 lines
304 B
Handlebars
6 lines
304 B
Handlebars
{{! Content of sent-message notifications }}
|
|
<div class="compose-notifications-content">
|
|
{{note}} {{#if link_class}}<a href="#" class="{{link_class}}" data-msgid="{{link_msg_id}}">{{link_text}}</a>{{/if}}
|
|
<button type="button" class="out-of-view-notification-close close">×</button>
|
|
</div>
|