treebird/templates/account_item.tt

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>