mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
link tweak
This commit is contained in:
parent
84d2c1e877
commit
c893d32aaa
1 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@
|
|||
<form method="get">
|
||||
<input type="search" name="search" value="{{ search }}"> <input type="submit" name="submit" value="{{ _('Search') }}">
|
||||
</form>
|
||||
<a href="{{ url_for('main.list_instances', filter='online') }}">{{ _('Online') }}</a> |
|
||||
<a href="{{ url_for('main.list_instances', filter='dormant') }}">{{ _('Dormant') }}</a> |
|
||||
<a href="{{ url_for('main.list_instances', filter='gone_forever') }}">{{ _('Gone forever') }}</a> |
|
||||
<a href="{{ url_for('main.list_instances', filter='trusted') }}">{{ _('Trusted') }}</a>
|
||||
<a href="{{ url_for('main.list_instances', filter='online') }}" rel="nofollow noindex">{{ _('Online') }}</a> |
|
||||
<a href="{{ url_for('main.list_instances', filter='dormant') }}" rel="nofollow noindex">{{ _('Dormant') }}</a> |
|
||||
<a href="{{ url_for('main.list_instances', filter='gone_forever') }}" rel="nofollow noindex">{{ _('Gone forever') }}</a> |
|
||||
<a href="{{ url_for('main.list_instances', filter='trusted') }}" rel="nofollow noindex">{{ _('Trusted') }}</a>
|
||||
|
||||
{% if instances -%}
|
||||
<div class="table-responsive-sm pt-4">
|
||||
|
|
Loading…
Add table
Reference in a new issue