mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
remove bio from subscribers table #131
the bio could potentially be quite long, making the table look bad
This commit is contained in:
parent
87b1fc28f6
commit
588133fda6
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue