remove bio from subscribers table #131

the bio could potentially be quite long, making the table look bad
This commit is contained in:
rimu 2024-03-30 15:49:02 +13:00
parent 87b1fc28f6
commit 588133fda6

View file

@ -32,7 +32,6 @@
<tr>
<th>Name</th>
<th>Local/Remote</th>
<th>About</th>
<th>Last Seen</th>
<th>IP</th>
<th>Actions</th>
@ -43,7 +42,6 @@
<a href="/u/{{ user.link() }}">{{ render_username(user) }}</a>
</td>
<td>{% if user.is_local() %} Local {% else %} <a href="{{ user.ap_profile_id }}">{{ user.ap_domain }}</a>{% endif %}</td>
<td>{{ user.about_html | safe if user.about_html }} </td>
<td>{{ moment(user.last_seen).fromNow() }} </td>
<td>{{ user.ip_address if user.ip_address }} </td>
<td>