treebird/templates/account_item.tt
nekobit 3ffbfb2f13 Refactormaxxxxx account lists, rewrite muted/blocked users
FossilOrigin-Name: e571d12a115516b8dea8a68ee3caa1272b102e10a4e0fb308df4e7556b8c30ec
2022-08-13 22:35:30 +00:00

20 lines
577 B
Plaintext

<table class="account-stub">
<tr>
<td class="pfp-td">
<a href="/@[% account.acct %]"><img src="[% account.avatar %]"></a>
</td>
<td class="account-stub-info-wrapper">
<div class="account-stub-info">
<a href="/@[% account.acct %]">
<div class="account-stub-top">
<span class="username">[% format_username(account) %]</span>
</div>
<div class="account-stub-bottom">
<span class="instance-info">@[% account.acct %]</span>
</div>
</a>
</div>
</td>
</tr>
</table>