Browse Source

Rem: upload spinner.

attachmentGalery would need refactoring to an individual attachment
component with component state that could be set on the onUpdated event.

I'm not capable of doing this within reasonable time.
David Arnold 4 years ago
parent
commit
d8d8a6a64d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/cards/attachments.jade

+ 1 - 1
client/components/cards/attachments.jade

@@ -38,7 +38,7 @@ template(name="attachmentsGalery")
             else
             else
               span.attachment-thumbnail-ext= extension
               span.attachment-thumbnail-ext= extension
           else
           else
-            +spinner
+            span.attachment-thumbnail-ext= extension
         p.attachment-details
         p.attachment-details
           = name
           = name
           span.file-size ({{fileSize size}} KB)
           span.file-size ({{fileSize size}} KB)