mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
It's not really a part of the server (aka the rest of zephyr/). (imported from commit 27f6b6b064938ad927075a68d873e4b68710d279)
11 lines
261 B
Handlebars
11 lines
261 B
Handlebars
{{! Content of in-browser notifications }}
|
|
<div>
|
|
<div class="notifications-gravatar">
|
|
<img src="{{gravatar_url}}" />
|
|
</div>
|
|
<div class="notifications-content">
|
|
<div class="title">{{title}}</div>
|
|
{{content}}
|
|
</div>
|
|
</div>
|