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