diff --git a/storage/templates/item.html b/storage/templates/item.html index fc14b22..68bd433 100644 --- a/storage/templates/item.html +++ b/storage/templates/item.html @@ -65,7 +65,9 @@ {% if labels %}

Labels

{% for label in labels %} - {{ label.id }} ({{ label.revision }}) +
+ +
{% endfor %} {% endif %}