zulip/static/templates/notification.hbs
Anders Kaseorg 3c3471b720 templates: Rename *.handlebars ↦ *.hbs and - ↦ _.
Tweaked by tabbott to avoid accidentally disabling the linter for
handlebars templates.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-07-12 21:11:03 -07:00

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>