Unfold tracked refs by default
This commit is contained in:
parent
b1db46a200
commit
06e2f25107
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue