mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix a typo in a function call introduced in a78debc
This commit is contained in:
parent
380de21c20
commit
bf46a21405
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ template(name="attachmentsGalery")
|
|||
.attachment-thumbnail
|
||||
if isUploaded
|
||||
if isImage
|
||||
img.attachment-thumbnail-img(src="{{pathfor url}}")
|
||||
img.attachment-thumbnail-img(src="{{pathFor url}}")
|
||||
else
|
||||
span.attachment-thumbnail-ext= extension
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue