Fixed example upload again.

This commit is contained in:
Martin Edenhofer 2015-01-29 16:38:35 +01:00
parent c53da0ea89
commit c6c5877655

View file

@ -382,7 +382,7 @@ class LayoutRefCommunicationReply extends App.ControllerContent
renderAttachment: (fileName, fileSize) => renderAttachment: (fileName, fileSize) =>
@attachments.push([fileName, fileSize]) @attachments.push([fileName, fileSize])
@attachmentsHolder.append App.view('ticket_zoom/attachment') @attachmentsHolder.append App.view('generic/attachment_item')
fileName: fileName fileName: fileName
fileSize: @humanFileSize(fileSize) fileSize: @humanFileSize(fileSize)