Tweak inbox/outbox filter
parent
c8bd23b696
commit
e363ae2802
|
@ -156,7 +156,7 @@
|
||||||
<nav class="flexbox box">
|
<nav class="flexbox box">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Filter by</li>
|
<li>Filter by</li>
|
||||||
{% for ap_type in ["Note", "Like", "Announce", "Follow"] %}
|
{% for ap_type in ["Note", "Article", "Page", "Question", "Like", "Announce", "Follow"] %}
|
||||||
<li><a href="{{ url_for(route) }}?filter_by={{ ap_type }}" {% if request.query_params.filter_by == ap_type %}class="active"{% endif %}>
|
<li><a href="{{ url_for(route) }}?filter_by={{ ap_type }}" {% if request.query_params.filter_by == ap_type %}class="active"{% endif %}>
|
||||||
{{ ap_type }}
|
{{ ap_type }}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue