Unfold tracked refs by default

This commit is contained in:
Joscha 2023-08-06 19:07:17 +02:00
parent b1db46a200
commit 06e2f25107

View file

@ -4,7 +4,7 @@
{% block body %} {% block body %}
<h2>Refs</h2> <h2>Refs</h2>
<details> <details open>
<summary>Tracked ({{ tracked_refs.len() }})</summary> <summary>Tracked ({{ tracked_refs.len() }})</summary>
<dl> <dl>
{% for ref in tracked_refs %} {% for ref in tracked_refs %}