diff --git a/templates/components/storage_usage.html b/templates/components/storage_usage.html index 2f4123a..a90899a 100644 --- a/templates/components/storage_usage.html +++ b/templates/components/storage_usage.html @@ -16,7 +16,7 @@ {% for type in storage_by_type %}
-
+
{{ type.extension|upper }}:
{{ format_size(type.total_size) }}
diff --git a/templates/components/trash_type.html b/templates/components/trash_type.html index 353545c..8b59aa5 100644 --- a/templates/components/trash_type.html +++ b/templates/components/trash_type.html @@ -14,7 +14,7 @@ {% for type in trash_by_type %}
-
+
{{ type.extension|upper }}:
{{ type.count }}