mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Tweaked by tabbott to avoid accidentally disabling the linter for handlebars templates. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
11 lines
315 B
Handlebars
11 lines
315 B
Handlebars
{{! Content of in-browser notifications }}
|
|
<div class="notification" data-message-id="{{message_id}}">
|
|
<div class="notifications-gravatar">
|
|
<img src="{{gravatar_url}}" />
|
|
</div>
|
|
<div class="notifications-content">
|
|
<div class="title">{{title}}</div>
|
|
{{content}}
|
|
</div>
|
|
</div>
|