treebird/templates/notif_compact.tt
nekobit a90878c1b8 Notifications perlify
FossilOrigin-Name: 0d65589909abc6c72911d68ef4c03f48c7d3f552ba5c82d681964eefbf8a2128
2022-07-26 22:04:44 +00:00

18 lines
613 B
Plaintext

<table class="notification-compact notification ui-table">
<tr>
<td class="pfp-compact-td">
<img src="[% notif.account.avatar %]">
</td>
<td>
<div class="notification-info">
<span class="notification-text-group">
<span title="[% notif.account.acct %]" class="username">[% notif.account.display_name %]</span>
<span class="action">{{%s:action}}</span>
</span> {{%s:notif_svg}}
</div>
<div class="notification-content {{%s:is_status}}">{{%s:content}}</div>
<div class="notification-stats">{{%s:stats}}</div>
</td>
</tr>
</table>