Show tracked refs from db
This commit is contained in:
parent
21d97a5bf4
commit
dca83eed55
4 changed files with 29 additions and 35 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue