treebird/static/notification_action.tmpl
nekobit f1a407c79f Templatify 1/1
FossilOrigin-Name: 6ca19819ff1547744a39e4d248a7803bf6dfd8f20ae64e704f044200746acaf1
2022-05-31 21:32:36 +00:00

25 lines
749 B
Cheetah

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