|
@@ -12,7 +12,7 @@ template(name="previewClipboardImagePopup")
|
|
|
button.primary.js-upload-pasted-image {{_ 'upload'}}
|
|
|
|
|
|
template(name="previewAttachedImagePopup")
|
|
|
- img.preview-large-image.js-large-image-clicked(src="{{pathFor url}}")
|
|
|
+ img.preview-large-image.js-large-image-clicked(src="{{url}}")
|
|
|
|
|
|
template(name="attachmentDeletePopup")
|
|
|
p {{_ "attachment-delete-pop"}}
|
|
@@ -25,7 +25,7 @@ template(name="attachmentsGalery")
|
|
|
.attachment-thumbnail
|
|
|
if isUploaded
|
|
|
if isImage
|
|
|
- img.attachment-thumbnail-img.js-preview-image(src="{{pathFor url}}")
|
|
|
+ img.attachment-thumbnail-img.js-preview-image(src="{{url}}")
|
|
|
else
|
|
|
span.attachment-thumbnail-ext= extension
|
|
|
else
|