Show button to toggle Collection's ignore

master
Felix Stupp 2 years ago
parent c97559ed62
commit 395bf74f0c
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -31,6 +31,11 @@
{{ collection.pinned | tenary("Yes", "no") }}
{{ macros.post_form(api_uri, "pinned", collection.pinned | tenary("false", "true"), "toggle") }}
</li>
<li>
Ignored:
{{ collection.ignored | tenary("Yes", "no") }}
{{ macros.post_form(api_uri, "ignored", collection.ignored | tenary("false", "true"), "toggle") }}
</li>
<li>
Watch In Order:
{{ collection.watch_in_order | tenary("Yes", "no") }}

Loading…
Cancel
Save