mirror of
https://github.com/Mibew/i18n.git
synced 2025-05-07 00:53:06 +03:00
Move message model and view from chat application to default application. Also move message template and 'allowTags' Handlebars.js helper to default JavaScript application.
3 lines
264 B
Handlebars
3 lines
264 B
Handlebars
<span>{{formatTime created}}</span>
|
|
{{#if name}}<span class='n{{kindName}}'>{{name}}</span>: {{/if}}
|
|
<span class='m{{kindName}}'>{{#if allowFormatting}}{{apply message "urlReplace, nl2br, allowTags"}}{{else}}{{apply message "urlReplace, nl2br"}}{{/if}}</span><br/> |