Show tracked refs from db

This commit is contained in:
Joscha 2023-08-06 13:11:36 +02:00
parent 21d97a5bf4
commit dca83eed55
4 changed files with 29 additions and 35 deletions

View file

@ -5,7 +5,7 @@
{% block body %}
<h2>Tracked refs</h2>
<dl>
{% for ref in refs %}
{% for ref in tracked_refs %}
<dt>{{ ref.name }}</dt>
<dd><a href="{{ base }}/commit/{{ ref.hash }}">{{ ref.short }}</a></dd>
{% endfor %}