diff --git a/src/templates/_components/utilities/CompressUtility_content.twig b/src/templates/_components/utilities/CompressUtility_content.twig index bbda475..c1c5c0c 100644 --- a/src/templates/_components/utilities/CompressUtility_content.twig +++ b/src/templates/_components/utilities/CompressUtility_content.twig @@ -2,13 +2,14 @@ {% set archives = craft.compress.archives() %}
- +
+ @@ -16,9 +17,10 @@ {% for item in archives %} - - - + + + + {% endfor %}
Archive ID Asset Date Created Date UpdatedDate Last Accessed
{{ item.id }}{% if item.getAsset() %}{{ item.getAsset().title }}{% else %}Not Ready{% endif %}{{ item.dateCreated|date('d/m/Y H:i:s') }}{{ item.dateUpdated|date('d/m/Y H:i:s') }}{% if item.isReady() %}{{ item.asset.title }}{% else %}Not Ready{% endif %}{{ item.dateCreated|date('short') }}{{ item.dateUpdated|date('short') }}{{ item.dateLastAccessed|date('short') }}