treebird/static/notification_compact.html
me@ow.nekobit.net cdd8ec2e76 Notifications (compact)
FossilOrigin-Name: f582fe922169ff4c8bc4ce57f8d1a82ffe201041b4bb63d037f16dbb081c3a25
2022-03-20 06:59:50 +00:00

15 lines
395 B
HTML

<table class="notification-compact notification ui-table">
<tr>
<td class="pfp-compact-td">
<img src="%s" width="24">
</td>
<td>
<div class="notification-info">
<span class="username">%s</span> <span class="action">%s</span>
</div>
<div class="notification-content">%s</div>
<div class="notification-stats">%s</div>
</td>
</tr>
</table>