treebird/static/notification_action.tmpl
nekobit 06b95be3db Lazy loading everywhere
FossilOrigin-Name: f3e381d50ca906f7b9a28b6bdbfe8e5e36b2478206166a69c981bdaf7f1bd991
2022-06-19 06:03:04 +00:00

26 lines
784 B
Cheetah

<table class="notification notification-regular ui-table">
<tr>
<td class="pfp-td">
<img src="{{%s:avatar}}" loading="lazy">
</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:acct}}" class="username">{{%s:display_name}}</span>
<span class="action">{{%s:action}}</span>
</span>
{{%s:notif_svg}}
</div>
<span class="notification-content">
<a href="{{%s:prefix}}/@{{%s:acct}}">@{{%s:acct}}</a>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>