treebird/static/notification_compact.html
me@ow.nekobit.net d20e908f49 Show account on span title
FossilOrigin-Name: 37c65ef4659592567dcf450f69fd37c81f46ab84ee9ff30921a9dd77991b334c
2022-04-01 18:09:24 +00:00

18 lines
475 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 title="%s" 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>