treebird/static/notification.html
me@ow.nekobit.net 421a7801b7 Notification follows and actions
FossilOrigin-Name: 18a89f78e128c8c3c6726fe9ba907924959f81712cfe0728f89a92fd15cd936a
2022-03-31 14:56:05 +00:00

11 lines
247 B
HTML

<div class="notification-info">
<img src="%s">
<div class="notification-user">
<span class="notification-text-group-with-icon">
<span class="username">%s</span>
<span class="action">%s</span>
</span>
%s
</div>
</div>