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

25 lines
653 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 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>