mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
basic instances page for the public #249
This commit is contained in:
parent
7230cb7b97
commit
24c7d6fd55
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<tr>
|
||||
<td><a href="https://{{ instance.domain }}" rel="noopener nofollow noindex noreferrer">{{ instance.domain }}</a></td>
|
||||
<td>{{ instance.software }}</td>
|
||||
<td>{{ instance.version }}</td>
|
||||
<td>{{ instance.version if instance.version }}</td>
|
||||
<td>{{ arrow.get(instance.last_seen).humanize(locale=locale) if instance.last_seen }}</td>
|
||||
<td>{{ arrow.get(instance.last_successful_send).humanize(locale=locale) if instance.last_successful_send }}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue