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

18 lines
464 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="notification-text-group%s">
<span class="username">%s</span>
<span class="action">%s</span>
</span> %s
</div>
<div class="notification-content">%s</div>
<div class="notification-stats">%s</div>
</td>
</tr>
</table>