treebird/static/notification_compact.html
me@ow.nekobit.net eaa850da87 Show notification icons
FossilOrigin-Name: 2b77af10823e2c9a0c7181102992cb421538f041745290603f24a5f78a5d5b48
2022-03-30 19:42:44 +00:00

15 lines
387 B
HTML

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