diff --git a/app/components/common/DocumentListInline.vue b/app/components/common/DocumentListInline.vue index 7b4c8ca..df6306c 100644 --- a/app/components/common/DocumentListInline.vue +++ b/app/components/common/DocumentListInline.vue @@ -31,8 +31,9 @@ />
-
+
{{ document.name }} + {{ getDocumentTypeLabel(document.type || 'documentation') }}
{{ document.mimeType || 'Inconnu' }} • {{ formatSize(document.size) }} @@ -40,6 +41,15 @@
+