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

25 lines
664 B
HTML

<table class="notification notification-regular ui-table">
<tr>
<td class="pfp-td">
<img src="%s">
</td>
<td class="notification-table-bit">
<table class="ui-table">
<tr>
<td>
<div class="notification-info-format">
<span class="notification-text-group-with-icon">
<span title="%s" class="username">%s</span>
<span class="action">%s</span>
</span> %s
</div>
<span class="notification-content">
<a href="%s/@%s">@%s</a>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>