treebird/static/notification_compact.html
me@ow.nekobit.net aef9560da0 Focus posts
FossilOrigin-Name: 55e7905faa8d1e944ae99cb61c0fead89578002c32dd3145f0d384877baa7160
2022-03-30 19:26:53 +00:00

15 lines
384 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>
</div>
<div class="notification-content">%s</div>
<div class="notification-stats">%s</div>
</td>
</tr>
</table>