Explorar el Código

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 hace 4 años
padre
commit
31d7fbe5fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/components/cards/attachments.jade

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

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