Finalize detail page

This commit is contained in:
sqozz
2017-12-29 08:42:22 +01:00
parent e8b46e9763
commit 29300c09b5
4 changed files with 25 additions and 10 deletions

View File

@ -17,7 +17,7 @@ vim: ts=2 noexpandtab
</tr>
{% for result in results %}
<tr>
<td><a href="/download/{{ result[0] }}">{{ result[1] }}</a></td>
<td><a href="/details?h={{ result[0] }}">{{ result[1] }}</a></td>
<td>{{ result[2] }}</td>
<td>{{ _("N/A") }}</td>
<td>{{ _("N/A") }}</td>